#D9E4BA

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

Shades of Frost #D9E4BA

Tints of Frost #D9E4BA

Color information

#D9E4BA (or 0xD9E4BA) is unknown color: approx Frost. HEX triplet: D9, E4 and BA. RGB value is (217,228,186). Sum of RGB (Red+Green+Blue) = 217+228+186=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 186 (73.05% from 255 or 29.48% from 631); Max value from RGB is 228 - color contains mainly: green. Hex color #D9E4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E4BA is #261B45. Grayscale: #DCDCDC. Windows color (decimal): -2497350 or 12248281. OLE color: 12248281.

HSL color Cylindrical-coordinate representation of color #D9E4BA: hue angle of 75.71º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9E4BA is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB217228186-
CMYK0.0500.180.11
HSL75.71º43.75%81.18%-
HSV(B)75.71º18.42%89.41%-
XYZ65.2273.7857.26-
YUV219.92108.86125.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.39%
GREEN value IS 228 (89.45% from 255) = 36.13%
BLUE value IS 186 (73.05% from 255) = 29.48%
R=34.39%
G=36.13%
B=29.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172281860.0500.180.1175.7143.7581.18
HexD9E4BA5012B4c2c51
Octal33134427250221311454121
Binary110110011110010010111010101010010101110011001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E4BA; }

 p { color: rgb(217,228,186); }

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

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

 a { background-color: rgb(217,228,186); }

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

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

 span { border-color: rgb(217,228,186); }

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