#D9CCF7

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

Shades of Fog #D9CCF7

Tints of Fog #D9CCF7

Color information

#D9CCF7 (or 0xD9CCF7) is unknown color: approx Fog. HEX triplet: D9, CC and F7. RGB value is (217,204,247). Sum of RGB (Red+Green+Blue) = 217+204+247=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 247 (96.88% from 255 or 36.98% from 668); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9CCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CCF7 is #263308. Grayscale: #D4D4D4. Windows color (decimal): -2503433 or 16239833. OLE color: 16239833.

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

Color convert

RGB217204247-
CMYK0.120.1700.03
HSL258.14º72.88%88.43%-
HSV(B)258.14º17.41%96.86%-
XYZ6764.6596.94-
YUV212.79147.31131-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.49%
GREEN value IS 204 (80.08% from 255) = 30.54%
BLUE value IS 247 (96.88% from 255) = 36.98%
R=32.49%
G=30.54%
B=36.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2172042470.120.1700.03258.1472.8888.43
HexD9CCF7C11031024958
Octal331314367142103402111130
Binary11011001110011001111011111001000101110000001010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CCF7; }

 p { color: rgb(217,204,247); }

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

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

 a { background-color: rgb(217,204,247); }

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

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

 span { border-color: rgb(217,204,247); }

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