#D8CAE4

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

Shades of Fog #D8CAE4

Tints of Fog #D8CAE4

Color information

#D8CAE4 (or 0xD8CAE4) is unknown color: approx Fog. HEX triplet: D8, CA and E4. RGB value is (216,202,228). Sum of RGB (Red+Green+Blue) = 216+202+228=646 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.44% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 228 - color contains mainly: blue. Hex color #D8CAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8CAE4 is #27351B. Grayscale: #D1D1D1. Windows color (decimal): -2569500 or 14994136. OLE color: 14994136.

HSL color Cylindrical-coordinate representation of color #D8CAE4: hue angle of 272.31º degrees, saturation: 0.32, 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 #D8CAE4 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216202228-
CMYK0.050.1100.11
HSL272.31º32.5%84.31%-
HSV(B)272.31º11.4%89.41%-
XYZ63.4462.4482.11-
YUV209.15138.64132.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.44%
GREEN value IS 202 (79.30% from 255) = 31.27%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=33.44%
G=31.27%
B=35.29%

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
Decimal2162022280.050.1100.11272.3132.584.31
HexD8CAE45B0B1102054
Octal33031234451301342040124
Binary1101100011001010111001001011011010111000100001000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAE4; }

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

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

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

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

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

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

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

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