#D7DEBD

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

Shades of Frost #D7DEBD

Tints of Frost #D7DEBD

Color information

#D7DEBD (or 0xD7DEBD) is unknown color: approx Frost. HEX triplet: D7, DE and BD. RGB value is (215,222,189). Sum of RGB (Red+Green+Blue) = 215+222+189=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEBD is #282142. Grayscale: #D8D8D8. Windows color (decimal): -2629955 or 12443351. OLE color: 12443351.

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

Color convert

RGB215222189-
CMYK0.0300.150.13
HSL72.73º33.33%80.59%-
HSV(B)72.73º14.86%87.06%-
XYZ63.3370.3658.39-
YUV216.14112.68127.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 222 (87.11% from 255) = 35.46%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=34.35%
G=35.46%
B=30.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152221890.0300.150.1372.7333.3380.59
HexD7DEBD30FD492151
Octal32733627530171511141121
Binary1101011111011110101111011101111110110010011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEBD; }

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

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

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

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

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

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

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

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