#D8CAEA

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

Shades of Fog #D8CAEA

Tints of Fog #D8CAEA

Color information

#D8CAEA (or 0xD8CAEA) is unknown color: approx Fog. HEX triplet: D8, CA and EA. RGB value is (216,202,234). Sum of RGB (Red+Green+Blue) = 216+202+234=652 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.13% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAEA is #273515. Grayscale: #D1D1D1. Windows color (decimal): -2569494 or 15387352. OLE color: 15387352.

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

Color convert

RGB216202234-
CMYK0.080.1400.08
HSL266.25º43.24%85.49%-
HSV(B)266.25º13.68%91.76%-
XYZ64.2962.7886.57-
YUV209.83141.64132.4-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.13%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=33.13%
G=30.98%
B=35.89%

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
Decimal2162022340.080.1400.08266.2543.2485.49
HexD8CAEA8E0810a2b55
Octal330312352101601041253125
Binary11011000110010101110101010001110010001000010101010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAEA; }

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

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

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

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

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

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

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

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