#D1C8EF

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

Shades of Fog #D1C8EF

Tints of Fog #D1C8EF

Color information

#D1C8EF (or 0xD1C8EF) is unknown color: approx Fog. HEX triplet: D1, C8 and EF. RGB value is (209,200,239). Sum of RGB (Red+Green+Blue) = 209+200+239=648 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.25% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #D1C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1C8EF is #2E3710. Grayscale: #CECECE. Windows color (decimal): -3028753 or 15714513. OLE color: 15714513.

HSL color Cylindrical-coordinate representation of color #D1C8EF: hue angle of 253.85º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1C8EF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB209200239-
CMYK0.130.1600.06
HSL253.85º54.93%86.08%-
HSV(B)253.85º16.32%93.73%-
XYZ62.5361.190.16-
YUV207.14145.98129.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.25%
GREEN value IS 200 (78.52% from 255) = 30.86%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=32.25%
G=30.86%
B=36.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092002390.130.1600.06253.8554.9386.08
HexD1C8EFD1006fe3756
Octal32131035715200637667126
Binary1101000111001000111011111101100000110111111101101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C8EF; }

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

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

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

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

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

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

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

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