#D5CEEC

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

Shades of Fog #D5CEEC

Tints of Fog #D5CEEC

Color information

#D5CEEC (or 0xD5CEEC) is unknown color: approx Fog. HEX triplet: D5, CE and EC. RGB value is (213,206,236). Sum of RGB (Red+Green+Blue) = 213+206+236=655 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.52% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5CEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEEC is #2A3113. Grayscale: #D3D3D3. Windows color (decimal): -2765076 or 15519445. OLE color: 15519445.

HSL color Cylindrical-coordinate representation of color #D5CEEC: hue angle of 254º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5CEEC is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB213206236-
CMYK0.100.1300.07
HSL254º44.12%86.67%-
HSV(B)254º12.71%92.55%-
XYZ64.6564.3488.37-
YUV211.51141.82129.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.52%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=32.52%
G=31.45%
B=36.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132062360.100.1300.0725444.1286.67
HexD5CEECAD07fe2c57
Octal32531635412150737654127
Binary110101011100111011101100101011010111111111101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEEC; }

 p { color: rgb(213,206,236); }

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

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

 a { background-color: rgb(213,206,236); }

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

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

 span { border-color: rgb(213,206,236); }

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