#D5CEE4

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

Shades of Fog #D5CEE4

Tints of Fog #D5CEE4

Color information

#D5CEE4 (or 0xD5CEE4) is unknown color: approx Fog. HEX triplet: D5, CE and E4. RGB value is (213,206,228). Sum of RGB (Red+Green+Blue) = 213+206+228=647 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.92% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 228 (89.45% from 255 or 35.24% from 647); Max value from RGB is 228 - color contains mainly: blue. Hex color #D5CEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEE4 is #2A311B. Grayscale: #D2D2D2. Windows color (decimal): -2765084 or 14995157. OLE color: 14995157.

HSL color Cylindrical-coordinate representation of color #D5CEE4: hue angle of 259.09º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5CEE4 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB213206228-
CMYK0.070.1000.11
HSL259.09º28.95%85.1%-
HSV(B)259.09º9.65%89.41%-
XYZ63.5263.8982.38-
YUV210.6137.82129.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.92%
GREEN value IS 206 (80.86% from 255) = 31.84%
BLUE value IS 228 (89.45% from 255) = 35.24%
R=32.92%
G=31.84%
B=35.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2132062280.070.1000.11259.0928.9585.1
HexD5CEE47A0B1031d55
Octal32531634471201340335125
Binary110101011100111011100100111101001011100000011111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CEE4; }

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

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

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

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

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

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

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

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