Color Hex Logo

#ddcce5 Color Hex

#DDCCE5
(221,204,229)
0 Favorites   0 Comments

Color spaces of #ddcce5

RGB 221204229
HSL0.780.320.85
HSV281°11°90°
CMYK 0.030.110.00   0.10
XYZ65.554564.215083.0684
Yxy64.21500.30800.3017
Hunter Lab80.13435.7885-5.3669
CIE-Lab84.077610.3962-10.2015

#ddcce5 color RGB value is (221,204,229).

#ddcce5 hex color red value is 221, green value is 204 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #ddcce5 hue: 0.78 , saturation: 0.32 and the lightness value of ddcce5 is 0.85.

The process color (four color CMYK) of #ddcce5 color hex is 0.03, 0.11, 0.00, 0.10. Web safe color of #ddcce5 is #cccccc. Color #ddcce5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11001100 11100101
Octal 335 314 345
Decimal 221 204 229
Hex DD CC E5

RGB Percentages of Color #ddcce5

%33.79
%31.19
%35.02

CMYK Percentages of Color #ddcce5

%3
%11
%0
%10

Triadic Colors of #ddcce5

#ddcce5 #e5ddcc #cce5dd

Analogous Colors of #ddcce5

#ddcce5 #e5cce1 #d1cce5

Monochromatic Colors of #ddcce5

#ddcce5

Complementary Color

#ddcce5 #d4e5cc

#ddcce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddcce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddcce5 Color CSS Codes

.mybgcolor {background-color:#ddcce5; } 
.myforecolor {color:#ddcce5; }
.mybordercolor {border:3px solid #ddcce5; }

#ddcce5 Text Font Color

<p style="color:#ddcce5">Text here</p>

This sample text font color is #ddcce5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ddcce5 Background Color

<div style="background-color:#ddcce5">
Div content here</div>

This div background color is #ddcce5


#ddcce5 Border Color

<div style="border:3px solid #ddcce5">
Div here</div>

This div border color is #ddcce5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,204,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddcce5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddcce5;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcce5;
  box-shadow:         1px 1px 3px 2px #ddcce5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,204,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ddcce5">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ddcce5;
  -webkit-box-shadow: 1px 1px 3px 2px #ddcce5;
  box-shadow:         1px 1px 3px 2px #ddcce5;">
Div content here</div>

This div box has shadow with color #ddcce5


Comments

No comments written yet.

Please login to write comment.