#D1C4E4

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

Shades of Fog #D1C4E4

Tints of Fog #D1C4E4

Color information

#D1C4E4 (or 0xD1C4E4) is unknown color: approx Fog. HEX triplet: D1, C4 and E4. RGB value is (209,196,228). Sum of RGB (Red+Green+Blue) = 209+196+228=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 228 (89.45% from 255 or 36.02% from 633); Max value from RGB is 228 - color contains mainly: blue. Hex color #D1C4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C4E4 is #2E3B1B. Grayscale: #CBCBCB. Windows color (decimal): -3029788 or 14992593. OLE color: 14992593.

HSL color Cylindrical-coordinate representation of color #D1C4E4: hue angle of 264.38º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1C4E4 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209196228-
CMYK0.080.1400.11
HSL264.38º37.21%83.14%-
HSV(B)264.38º14.04%89.41%-
XYZ60.0458.6481.55-
YUV203.54141.81131.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.02%
GREEN value IS 196 (76.95% from 255) = 30.96%
BLUE value IS 228 (89.45% from 255) = 36.02%
R=33.02%
G=30.96%
B=36.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2091962280.080.1400.11264.3837.2183.14
HexD1C4E48E0B1082553
Octal321304344101601341045123
Binary11010001110001001110010010001110010111000010001001011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C4E4; }

 p { color: rgb(209,196,228); }

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

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

 a { background-color: rgb(209,196,228); }

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

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

 span { border-color: rgb(209,196,228); }

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