Color Hex Logo

#cdd3ee Color Hex

#CDD3EE
(205,211,238)
0 Favorites   0 Comments

Color spaces of #cdd3ee

RGB 205211238
HSL0.640.490.87
HSV229°14°93°
CMYK 0.140.110.00   0.07
XYZ63.903765.740790.2101
Yxy65.74070.29070.2990
Hunter Lab81.0806-1.2064-9.2094
CIE-Lab84.86403.2668-13.9396

#cdd3ee color RGB value is (205,211,238).

#cdd3ee hex color red value is 205, green value is 211 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cdd3ee hue: 0.64 , saturation: 0.49 and the lightness value of cdd3ee is 0.87.

The process color (four color CMYK) of #cdd3ee color hex is 0.14, 0.11, 0.00, 0.07. Web safe color of #cdd3ee is #ccccff. Color #cdd3ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11010011 11101110
Octal 315 323 356
Decimal 205 211 238
Hex CD D3 EE

RGB Percentages of Color #cdd3ee

%31.35
%32.26
%36.39

CMYK Percentages of Color #cdd3ee

%14
%11
%0
%7

Triadic Colors of #cdd3ee

#cdd3ee #eecdd3 #d3eecd

Analogous Colors of #cdd3ee

#cdd3ee #d8cdee #cde4ee

Monochromatic Colors of #cdd3ee

#cdd3ee

Complementary Color

#cdd3ee #eee8cd

#cdd3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdd3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdd3ee Color CSS Codes

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

#cdd3ee Text Font Color

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

This sample text font color is #cdd3ee
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.


#cdd3ee Background Color

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

This div background color is #cdd3ee


#cdd3ee Border Color

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

This div border color is #cdd3ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,211,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cdd3ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cdd3ee;
  -webkit-box-shadow: 1px 1px 3px 2px #cdd3ee;
  box-shadow:         1px 1px 3px 2px #cdd3ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,211,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdd3ee


Comments

No comments written yet.

Please login to write comment.