#D1C3E4

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

Shades of Fog #D1C3E4

Tints of Fog #D1C3E4

Color information

#D1C3E4 (or 0xD1C3E4) is unknown color: approx Fog. HEX triplet: D1, C3 and E4. RGB value is (209,195,228). Sum of RGB (Red+Green+Blue) = 209+195+228=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #D1C3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C3E4 is #2E3C1B. Grayscale: #CACACA. Windows color (decimal): -3030044 or 14992337. OLE color: 14992337.

HSL color Cylindrical-coordinate representation of color #D1C3E4: hue angle of 265.45º degrees, saturation: 0.38, 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 #D1C3E4 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB209195228-
CMYK0.080.1400.11
HSL265.45º37.93%82.94%-
HSV(B)265.45º14.47%89.41%-
XYZ59.8158.1981.48-
YUV202.95142.14132.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.07%
GREEN value IS 195 (76.56% from 255) = 30.85%
BLUE value IS 228 (89.45% from 255) = 36.08%
R=33.07%
G=30.85%
B=36.08%

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
Decimal2091952280.080.1400.11265.4537.9382.94
HexD1C3E48E0B1092653
Octal321303344101601341146123
Binary11010001110000111110010010001110010111000010011001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C3E4; }

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

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

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

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

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

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

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

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