#D8CAF7

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

Shades of Fog #D8CAF7

Tints of Fog #D8CAF7

Color information

#D8CAF7 (or 0xD8CAF7) is unknown color: approx Fog. HEX triplet: D8, CA and F7. RGB value is (216,202,247). Sum of RGB (Red+Green+Blue) = 216+202+247=665 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.48% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 247 (96.88% from 255 or 37.14% from 665); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8CAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAF7 is #273508. Grayscale: #D3D3D3. Windows color (decimal): -2569481 or 16239320. OLE color: 16239320.

HSL color Cylindrical-coordinate representation of color #D8CAF7: hue angle of 258.67º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8CAF7 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB216202247-
CMYK0.130.1800.03
HSL258.67º73.77%88.04%-
HSV(B)258.67º18.22%96.86%-
XYZ66.2363.5696.77-
YUV211.32148.14131.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.48%
GREEN value IS 202 (79.30% from 255) = 30.38%
BLUE value IS 247 (96.88% from 255) = 37.14%
R=32.48%
G=30.38%
B=37.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2162022470.130.1800.03258.6773.7788.04
HexD8CAF7D12031034a58
Octal330312367152203403112130
Binary11011000110010101111011111011001001110000001110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAF7; }

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

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

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

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

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

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

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

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