#D8CAEB

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

Shades of Fog #D8CAEB

Tints of Fog #D8CAEB

Color information

#D8CAEB (or 0xD8CAEB) is unknown color: approx Fog. HEX triplet: D8, CA and EB. RGB value is (216,202,235). Sum of RGB (Red+Green+Blue) = 216+202+235=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #D8CAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAEB is #273514. Grayscale: #D1D1D1. Windows color (decimal): -2569493 or 15452888. OLE color: 15452888.

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

Color convert

RGB216202235-
CMYK0.080.1400.08
HSL265.45º45.21%85.69%-
HSV(B)265.45º14.04%92.16%-
XYZ64.4362.8487.33-
YUV209.95142.14132.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.08%
GREEN value IS 202 (79.30% from 255) = 30.93%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=33.08%
G=30.93%
B=35.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162022350.080.1400.08265.4545.2185.69
HexD8CAEB8E081092d56
Octal330312353101601041155126
Binary11011000110010101110101110001110010001000010011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAEB; }

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

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

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

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

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

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

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

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