#D5CEEA

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

Shades of Fog #D5CEEA

Tints of Fog #D5CEEA

Color information

#D5CEEA (or 0xD5CEEA) is unknown color: approx Fog. HEX triplet: D5, CE and EA. RGB value is (213,206,234). Sum of RGB (Red+Green+Blue) = 213+206+234=653 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.62% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5CEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEEA is #2A3115. Grayscale: #D3D3D3. Windows color (decimal): -2765078 or 15388373. OLE color: 15388373.

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

Color convert

RGB213206234-
CMYK0.090.1200.08
HSL255º40%86.27%-
HSV(B)255º11.97%91.76%-
XYZ64.3664.2386.85-
YUV211.28140.82129.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.62%
GREEN value IS 206 (80.86% from 255) = 31.55%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=32.62%
G=31.55%
B=35.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132062340.090.1200.082554086.27
HexD5CEEA9C08ff2856
Octal325316352111401037750126
Binary1101010111001110111010101001110001000111111111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEEA; }

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

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

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

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

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

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

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

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