#D8C9FF

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

Shades of Fog #D8C9FF

Tints of Fog #D8C9FF

Color information

#D8C9FF (or 0xD8C9FF) is unknown color: approx Fog. HEX triplet: D8, C9 and FF. RGB value is (216,201,255). Sum of RGB (Red+Green+Blue) = 216+201+255=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8C9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C9FF is #273600. Grayscale: #D3D3D3. Windows color (decimal): -2569729 or 16763352. OLE color: 16763352.

HSL color Cylindrical-coordinate representation of color #D8C9FF: hue angle of 256.67º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8C9FF is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB216201255-
CMYK0.150.2100
HSL256.67º100%89.41%-
HSV(B)256.67º21.18%100%-
XYZ67.2663.59103.34-
YUV211.64152.47131.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.14%
GREEN value IS 201 (78.91% from 255) = 29.91%
BLUE value IS 255 (100% from 255) = 37.95%
R=32.14%
G=29.91%
B=37.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162012550.150.2100256.6710089.41
HexD8C9FFF15001016459
Octal330311377172500401144131
Binary1101100011001001111111111111101010010000000111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C9FF; }

 p { color: rgb(216,201,255); }

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

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

 a { background-color: rgb(216,201,255); }

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

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

 span { border-color: rgb(216,201,255); }

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