#D8CCF7

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

Shades of Fog #D8CCF7

Tints of Fog #D8CCF7

Color information

#D8CCF7 (or 0xD8CCF7) is unknown color: approx Fog. HEX triplet: D8, CC and F7. RGB value is (216,204,247). Sum of RGB (Red+Green+Blue) = 216+204+247=667 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.38% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 247 (96.88% from 255 or 37.03% from 667); Max value from RGB is 247 - color contains mainly: blue. Hex color #D8CCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CCF7 is #273308. Grayscale: #D4D4D4. Windows color (decimal): -2568969 or 16239832. OLE color: 16239832.

HSL color Cylindrical-coordinate representation of color #D8CCF7: hue angle of 256.74º 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 #D8CCF7 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB216204247-
CMYK0.130.1700.03
HSL256.74º72.88%88.43%-
HSV(B)256.74º17.41%96.86%-
XYZ66.764.596.93-
YUV212.49147.48130.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.38%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 247 (96.88% from 255) = 37.03%
R=32.38%
G=30.58%
B=37.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2162042470.130.1700.03256.7472.8888.43
HexD8CCF7D11031014958
Octal330314367152103401111130
Binary11011000110011001111011111011000101110000000110010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CCF7; }

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

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

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

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

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

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

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

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