#D1C8E3

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

Shades of Fog #D1C8E3

Tints of Fog #D1C8E3

Color information

#D1C8E3 (or 0xD1C8E3) is unknown color: approx Fog. HEX triplet: D1, C8 and E3. RGB value is (209,200,227). Sum of RGB (Red+Green+Blue) = 209+200+227=636 (84% of max value = 765). Red value is 209 (82.03% from 255 or 32.86% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 227 (89.06% from 255 or 35.69% from 636); Max value from RGB is 227 - color contains mainly: blue. Hex color #D1C8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8E3 is #2E371C. Grayscale: #CDCDCD. Windows color (decimal): -3028765 or 14928081. OLE color: 14928081.

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

Color convert

RGB209200227-
CMYK0.080.1200.11
HSL260º32.53%83.73%-
HSV(B)260º11.89%89.02%-
XYZ60.8160.4181.13-
YUV205.77139.98130.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.86%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 227 (89.06% from 255) = 35.69%
R=32.86%
G=31.45%
B=35.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2092002270.080.1200.1126032.5383.73
HexD1C8E38C0B1042154
Octal321310343101401340441124
Binary11010001110010001110001110001100010111000001001000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C8E3; }

 p { color: rgb(209,200,227); }

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

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

 a { background-color: rgb(209,200,227); }

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

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

 span { border-color: rgb(209,200,227); }

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