#D8CAE3

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

Shades of Fog #D8CAE3

Tints of Fog #D8CAE3

Color information

#D8CAE3 (or 0xD8CAE3) is unknown color: approx Fog. HEX triplet: D8, CA and E3. RGB value is (216,202,227). Sum of RGB (Red+Green+Blue) = 216+202+227=645 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.49% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 227 - color contains mainly: blue. Hex color #D8CAE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAE3 is #27351C. Grayscale: #D0D0D0. Windows color (decimal): -2569501 or 14928600. OLE color: 14928600.

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

Color convert

RGB216202227-
CMYK0.050.1100.11
HSL273.6º30.86%84.12%-
HSV(B)273.6º11.01%89.02%-
XYZ63.362.3981.38-
YUV209.04138.14132.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.49%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 227 (89.06% from 255) = 35.19%
R=33.49%
G=31.32%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2162022270.050.1100.11273.630.8684.12
HexD8CAE35B0B1121f54
Octal33031234351301342237124
Binary110110001100101011100011101101101011100010010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAE3; }

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

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

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

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

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

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

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

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