#D9E1BE

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

Shades of Frost #D9E1BE

Tints of Frost #D9E1BE

Color information

#D9E1BE (or 0xD9E1BE) is unknown color: approx Frost. HEX triplet: D9, E1 and BE. RGB value is (217,225,190). Sum of RGB (Red+Green+Blue) = 217+225+190=632 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.34% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 190 (74.61% from 255 or 30.06% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #D9E1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E1BE is #261E41. Grayscale: #DADADA. Windows color (decimal): -2498114 or 12509657. OLE color: 12509657.

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

Color convert

RGB217225190-
CMYK0.0400.160.12
HSL73.71º36.84%81.37%-
HSV(B)73.71º15.56%88.24%-
XYZ64.8372.3259.26-
YUV218.62111.85126.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.34%
GREEN value IS 225 (88.28% from 255) = 35.60%
BLUE value IS 190 (74.61% from 255) = 30.06%
R=34.34%
G=35.60%
B=30.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2172251900.0400.160.1273.7136.8481.37
HexD9E1BE4010C4a2551
Octal33134127640201411245121
Binary110110011110000110111110100010000110010010101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E1BE; }

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

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

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

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

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

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

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

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