#D9E0BF

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

Shades of Frost #D9E0BF

Tints of Frost #D9E0BF

Color information

#D9E0BF (or 0xD9E0BF) is unknown color: approx Frost. HEX triplet: D9, E0 and BF. RGB value is (217,224,191). Sum of RGB (Red+Green+Blue) = 217+224+191=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 224 (87.89% from 255 or 35.44% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E0BF is #261F40. Grayscale: #DADADA. Windows color (decimal): -2498369 or 12574937. OLE color: 12574937.

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

Color convert

RGB217224191-
CMYK0.0300.150.12
HSL72.73º34.74%81.37%-
HSV(B)72.73º14.73%87.84%-
XYZ64.6771.8259.75-
YUV218.14112.68127.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 224 (87.89% from 255) = 35.44%
BLUE value IS 191 (75% from 255) = 30.22%
R=34.34%
G=35.44%
B=30.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172241910.0300.150.1272.7334.7481.37
HexD9E0BF30FC492351
Octal33134027730171411143121
Binary1101100111100000101111111101111110010010011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E0BF; }

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

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

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

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

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

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

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

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