#D9DDBA

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

Shades of Frost #D9DDBA

Tints of Frost #D9DDBA

Color information

#D9DDBA (or 0xD9DDBA) is unknown color: approx Frost. HEX triplet: D9, DD and BA. RGB value is (217,221,186). Sum of RGB (Red+Green+Blue) = 217+221+186=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDBA is #262245. Grayscale: #D7D7D7. Windows color (decimal): -2499142 or 12246489. OLE color: 12246489.

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

Color convert

RGB217221186-
CMYK0.0200.160.13
HSL66.86º33.98%79.8%-
HSV(B)66.86º15.84%86.67%-
XYZ63.3370.0156.63-
YUV215.81111.17128.85-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.78%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=34.78%
G=35.42%
B=29.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211860.0200.160.1366.8633.9879.8
HexD9DDBA2010D432250
Octal33133527220201510342120
Binary11011001110111011011101010010000110110000111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDBA; }

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

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

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

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

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

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

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

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