#D9E1BF

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

Shades of Frost #D9E1BF

Tints of Frost #D9E1BF

Color information

#D9E1BF (or 0xD9E1BF) is unknown color: approx Frost. HEX triplet: D9, E1 and BF. RGB value is (217,225,191). Sum of RGB (Red+Green+Blue) = 217+225+191=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 225 (88.28% from 255 or 35.55% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1BF is #261E40. Grayscale: #DADADA. Windows color (decimal): -2498113 or 12575193. OLE color: 12575193.

HSL color Cylindrical-coordinate representation of color #D9E1BF: hue angle of 74.12º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9E1BF is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB217225191-
CMYK0.0400.150.12
HSL74.12º36.17%81.57%-
HSV(B)74.12º15.11%88.24%-
XYZ64.9472.3659.83-
YUV218.73112.35126.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 225 (88.28% from 255) = 35.55%
BLUE value IS 191 (75% from 255) = 30.17%
R=34.28%
G=35.55%
B=30.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172251910.0400.150.1274.1236.1781.57
HexD9E1BF40FC4a2452
Octal33134127740171411244122
Binary11011001111000011011111110001111110010010101001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E1BF; }

 p { color: rgb(217,225,191); }

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

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

 a { background-color: rgb(217,225,191); }

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

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

 span { border-color: rgb(217,225,191); }

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