#D9DDBB

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

Shades of Frost #D9DDBB

Tints of Frost #D9DDBB

Color information

#D9DDBB (or 0xD9DDBB) is unknown color: approx Frost. HEX triplet: D9, DD and BB. RGB value is (217,221,187). Sum of RGB (Red+Green+Blue) = 217+221+187=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 187 (73.44% from 255 or 29.92% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DDBB is #262244. Grayscale: #D8D8D8. Windows color (decimal): -2499141 or 12312025. OLE color: 12312025.

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

Color convert

RGB217221187-
CMYK0.0200.150.13
HSL67.06º33.33%80%-
HSV(B)67.06º15.38%86.67%-
XYZ63.4470.0557.19-
YUV215.93111.67128.76-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.72%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 187 (73.44% from 255) = 29.92%
R=34.72%
G=35.36%
B=29.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211870.0200.150.1367.0633.3380
HexD9DDBB20FD432150
Octal33133527320171510341120
Binary1101100111011101101110111001111110110000111000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DDBB; }

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

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

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

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

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

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

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

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