#D9DFBA

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

Shades of Frost #D9DFBA

Tints of Frost #D9DFBA

Color information

#D9DFBA (or 0xD9DFBA) is unknown color: approx Frost. HEX triplet: D9, DF and BA. RGB value is (217,223,186). Sum of RGB (Red+Green+Blue) = 217+223+186=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFBA is #262045. Grayscale: #D9D9D9. Windows color (decimal): -2498630 or 12247001. OLE color: 12247001.

HSL color Cylindrical-coordinate representation of color #D9DFBA: hue angle of 69.73º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9DFBA is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB217223186-
CMYK0.0300.170.13
HSL69.73º36.63%80.2%-
HSV(B)69.73º16.59%87.45%-
XYZ63.8771.0756.81-
YUV216.99110.51128.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.66%
GREEN value IS 223 (87.5% from 255) = 35.62%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=34.66%
G=35.62%
B=29.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172231860.0300.170.1369.7336.6380.2
HexD9DFBA3011D462550
Octal33133727230211510645120
Binary11011001110111111011101011010001110110001101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFBA; }

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

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

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

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

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

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

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

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