#D8DDBD

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

Shades of Frost #D8DDBD

Tints of Frost #D8DDBD

Color information

#D8DDBD (or 0xD8DDBD) is unknown color: approx Frost. HEX triplet: D8, DD and BD. RGB value is (216,221,189). Sum of RGB (Red+Green+Blue) = 216+221+189=626 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.50% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDBD is #272242. Grayscale: #D7D7D7. Windows color (decimal): -2564675 or 12443096. OLE color: 12443096.

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

Color convert

RGB216221189-
CMYK0.0200.140.13
HSL69.38º32%80.39%-
HSV(B)69.38º14.48%86.67%-
XYZ63.3669.9958.31-
YUV215.86112.84128.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.50%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=34.50%
G=35.30%
B=30.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211890.0200.140.1369.383280.39
HexD8DDBD20ED452050
Octal33033527520161510540120
Binary1101100011011101101111011001110110110001011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDBD; }

 p { color: rgb(216,221,189); }

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

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

 a { background-color: rgb(216,221,189); }

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

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

 span { border-color: rgb(216,221,189); }

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