#D9D1F1

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

Shades of Fog #D9D1F1

Tints of Fog #D9D1F1

Color information

#D9D1F1 (or 0xD9D1F1) is unknown color: approx Fog. HEX triplet: D9, D1 and F1. RGB value is (217,209,241). Sum of RGB (Red+Green+Blue) = 217+209+241=667 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.53% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #D9D1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9D1F1 is #262E0E. Grayscale: #D6D6D6. Windows color (decimal): -2502159 or 15847897. OLE color: 15847897.

HSL color Cylindrical-coordinate representation of color #D9D1F1: hue angle of 255º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9D1F1 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217209241-
CMYK0.100.1300.05
HSL255º53.33%88.24%-
HSV(B)255º13.28%94.51%-
XYZ67.2966.792.55-
YUV215.04142.65129.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.53%
GREEN value IS 209 (82.03% from 255) = 31.33%
BLUE value IS 241 (94.53% from 255) = 36.13%
R=32.53%
G=31.33%
B=36.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172092410.100.1300.0525553.3388.24
HexD9D1F1AD05ff3558
Octal33132136112150537765130
Binary110110011101000111110001101011010101111111111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D1F1; }

 p { color: rgb(217,209,241); }

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

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

 a { background-color: rgb(217,209,241); }

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

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

 span { border-color: rgb(217,209,241); }

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