#D9E3BA

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

Shades of Frost #D9E3BA

Tints of Frost #D9E3BA

Color information

#D9E3BA (or 0xD9E3BA) is unknown color: approx Frost. HEX triplet: D9, E3 and BA. RGB value is (217,227,186). Sum of RGB (Red+Green+Blue) = 217+227+186=630 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.44% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 186 (73.05% from 255 or 29.52% from 630); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E3BA is #261C45. Grayscale: #DBDBDB. Windows color (decimal): -2497606 or 12248025. OLE color: 12248025.

HSL color Cylindrical-coordinate representation of color #D9E3BA: hue angle of 74.63º degrees, saturation: 0.42, 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 #D9E3BA is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB217227186-
CMYK0.0400.180.11
HSL74.63º42.27%80.98%-
HSV(B)74.63º18.06%89.02%-
XYZ64.9573.2457.17-
YUV219.34109.19126.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.44%
GREEN value IS 227 (89.06% from 255) = 36.03%
BLUE value IS 186 (73.05% from 255) = 29.52%
R=34.44%
G=36.03%
B=29.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172271860.0400.180.1174.6342.2780.98
HexD9E3BA4012B4b2a51
Octal33134327240221311352121
Binary110110011110001110111010100010010101110010111010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E3BA; }

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

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

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

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

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

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

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

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