#D2C8EF

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

Shades of Fog #D2C8EF

Tints of Fog #D2C8EF

Color information

#D2C8EF (or 0xD2C8EF) is unknown color: approx Fog. HEX triplet: D2, C8 and EF. RGB value is (210,200,239). Sum of RGB (Red+Green+Blue) = 210+200+239=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #D2C8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2C8EF is #2D3710. Grayscale: #CFCFCF. Windows color (decimal): -2963217 or 15714514. OLE color: 15714514.

HSL color Cylindrical-coordinate representation of color #D2C8EF: hue angle of 255.38º 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 #D2C8EF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB210200239-
CMYK0.120.1600.06
HSL255.38º54.93%86.08%-
HSV(B)255.38º16.32%93.73%-
XYZ62.8161.2490.17-
YUV207.44145.81129.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 200 (78.52% from 255) = 30.82%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=32.36%
G=30.82%
B=36.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102002390.120.1600.06255.3854.9386.08
HexD2C8EFC1006ff3756
Octal32231035714200637767126
Binary1101001011001000111011111100100000110111111111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C8EF; }

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

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

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

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

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

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

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

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