#CDC5EA

Color #CDC5EA Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #CDC5EA

Tints of Fog #CDC5EA

Color information

#CDC5EA (or 0xCDC5EA) is unknown color: approx Fog. HEX triplet: CD, C5 and EA. RGB value is (205,197,234). Sum of RGB (Red+Green+Blue) = 205+197+234=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 197 (77.34% from 255 or 30.97% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: blue. Hex color #CDC5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC5EA is #323A15. Grayscale: #CBCBCB. Windows color (decimal): -3291670 or 15386061. OLE color: 15386061.

HSL color Cylindrical-coordinate representation of color #CDC5EA: hue angle of 252.97º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDC5EA is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205197234-
CMYK0.120.1600.08
HSL252.97º46.84%84.51%-
HSV(B)252.97º15.81%91.76%-
XYZ59.9958.8586.04-
YUV203.61145.15128.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 197 (77.34% from 255) = 30.97%
BLUE value IS 234 (91.80% from 255) = 36.79%
R=32.23%
G=30.97%
B=36.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051972340.120.1600.08252.9746.8484.51
HexCDC5EAC1008fd2f55
Octal315305352142001037557125
Binary11001101110001011110101011001000001000111111011011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC5EA; }

 p { color: rgb(205,197,234); }

 H1.HeaderClassName
 {
   color: #CDC5EA;
 }
 .AnyTagClassName
 {
   color: #CDC5EA;
 }
</style>
background-color css

<style>
 a { background-color: #CDC5EA; }

 a { background-color: rgb(205,197,234); }

 div.DivClassName
 {
   background-color: #CDC5EA;
 }
 .BgClassName
 {
   background-color: #CDC5EA;
 }
</style>
border-color css

<style>
 span { border-color: #CDC5EA; }

 span { border-color: rgb(205,197,234); }

 td.TdClassName
 {
   border-color: #CDC5EA;
 }
 .TagClassName
 {
   border-color: #CDC5EA;
 }
</style>