Color Hex Logo

#cdc6ee Color Hex

#CDC6EE
(205,198,238)
0 Favorites   0 Comments

Color spaces of #cdc6ee

RGB 205198238
HSL0.700.540.85
HSV251°17°93°
CMYK 0.140.170.00   0.07
XYZ60.803559.540389.1767
Yxy59.54030.29020.2842
Hunter Lab77.16245.6228-14.5079
CIE-Lab81.587710.1876-18.8683

#cdc6ee color RGB value is (205,198,238).

#cdc6ee hex color red value is 205, green value is 198 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cdc6ee hue: 0.70 , saturation: 0.54 and the lightness value of cdc6ee is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11000110 11101110
Octal 315 306 356
Decimal 205 198 238
Hex CD C6 EE

RGB Percentages of Color #cdc6ee

%31.98
%30.89
%37.13

CMYK Percentages of Color #cdc6ee

%14
%17
%0
%7

Triadic Colors of #cdc6ee

#cdc6ee #eecdc6 #c6eecd

Analogous Colors of #cdc6ee

#cdc6ee #e1c6ee #c6d3ee

Monochromatic Colors of #cdc6ee

#cdc6ee

Complementary Color

#cdc6ee #e7eec6

#cdc6ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cdc6ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cdc6ee Color CSS Codes

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

#cdc6ee Text Font Color

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

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


#cdc6ee Background Color

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

This div background color is #cdc6ee


#cdc6ee Border Color

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

This div border color is #cdc6ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,198,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 #cdc6ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cdc6ee


Comments

No comments written yet.

Please login to write comment.