#D8CCF9

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

Shades of Fog #D8CCF9

Tints of Fog #D8CCF9

Color information

#D8CCF9 (or 0xD8CCF9) is unknown color: approx Fog. HEX triplet: D8, CC and F9. RGB value is (216,204,249). Sum of RGB (Red+Green+Blue) = 216+204+249=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 249 (97.66% from 255 or 37.22% from 669); Max value from RGB is 249 - color contains mainly: blue. Hex color #D8CCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCF9 is #273306. Grayscale: #D4D4D4. Windows color (decimal): -2568967 or 16370904. OLE color: 16370904.

HSL color Cylindrical-coordinate representation of color #D8CCF9: hue angle of 256º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8CCF9 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216204249-
CMYK0.130.1800.02
HSL256º78.95%88.82%-
HSV(B)256º18.07%97.65%-
XYZ67.0164.6298.56-
YUV212.72148.48130.34-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.29%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 249 (97.66% from 255) = 37.22%
R=32.29%
G=30.49%
B=37.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162042490.130.1800.0225678.9588.82
HexD8CCF9D12021004f59
Octal330314371152202400117131
Binary11011000110011001111100111011001001010000000010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCF9; }

 p { color: rgb(216,204,249); }

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

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

 a { background-color: rgb(216,204,249); }

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

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

 span { border-color: rgb(216,204,249); }

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