#D7DDBD

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

Shades of Frost #D7DDBD

Tints of Frost #D7DDBD

Color information

#D7DDBD (or 0xD7DDBD) is unknown color: approx Frost. HEX triplet: D7, DD and BD. RGB value is (215,221,189). Sum of RGB (Red+Green+Blue) = 215+221+189=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDBD is #282242. Grayscale: #D7D7D7. Windows color (decimal): -2630211 or 12443095. OLE color: 12443095.

HSL color Cylindrical-coordinate representation of color #D7DDBD: hue angle of 71.25º 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 #D7DDBD is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB215221189-
CMYK0.0300.140.13
HSL71.25º32%80.39%-
HSV(B)71.25º14.48%86.67%-
XYZ63.0769.8358.3-
YUV215.56113.01127.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.4%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 189 (74.22% from 255) = 30.24%
R=34.4%
G=35.36%
B=30.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152211890.0300.140.1371.253280.39
HexD7DDBD30ED472050
Octal32733527530161510740120
Binary1101011111011101101111011101110110110001111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDBD; }

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

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

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

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

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

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

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

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