#D8CCEB

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

Shades of Fog #D8CCEB

Tints of Fog #D8CCEB

Color information

#D8CCEB (or 0xD8CCEB) is unknown color: approx Fog. HEX triplet: D8, CC and EB. RGB value is (216,204,235). Sum of RGB (Red+Green+Blue) = 216+204+235=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8CCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCEB is #273314. Grayscale: #D3D3D3. Windows color (decimal): -2568981 or 15453400. OLE color: 15453400.

HSL color Cylindrical-coordinate representation of color #D8CCEB: hue angle of 263.23º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8CCEB is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB216204235-
CMYK0.080.1300.08
HSL263.23º43.66%86.08%-
HSV(B)263.23º13.19%92.16%-
XYZ64.9163.7887.49-
YUV211.12141.48131.48-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.98%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=32.98%
G=31.15%
B=35.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162042350.080.1300.08263.2343.6686.08
HexD8CCEB8D081072c56
Octal330314353101501040754126
Binary11011000110011001110101110001101010001000001111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCEB; }

 p { color: rgb(216,204,235); }

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

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

 a { background-color: rgb(216,204,235); }

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

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

 span { border-color: rgb(216,204,235); }

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