#D9C7F7

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

Shades of Fog #D9C7F7

Tints of Fog #D9C7F7

Color information

#D9C7F7 (or 0xD9C7F7) is unknown color: approx Fog. HEX triplet: D9, C7 and F7. RGB value is (217,199,247). Sum of RGB (Red+Green+Blue) = 217+199+247=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 199 (78.12% from 255 or 30.02% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #D9C7F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C7F7 is #263808. Grayscale: #D1D1D1. Windows color (decimal): -2504713 or 16238553. OLE color: 16238553.

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

Color convert

RGB217199247-
CMYK0.120.1900.03
HSL262.5º75%87.45%-
HSV(B)262.5º19.43%96.86%-
XYZ65.8362.3196.55-
YUV209.85148.96133.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.73%
GREEN value IS 199 (78.12% from 255) = 30.02%
BLUE value IS 247 (96.88% from 255) = 37.25%
R=32.73%
G=30.02%
B=37.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2171992470.120.1900.03262.57587.45
HexD9C7F7C13031064b57
Octal331307367142303406113127
Binary11011001110001111111011111001001101110000011010010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C7F7; }

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

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

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

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

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

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

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

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