#D7DEBE

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

Shades of Frost #D7DEBE

Tints of Frost #D7DEBE

Color information

#D7DEBE (or 0xD7DEBE) is unknown color: approx Frost. HEX triplet: D7, DE and BE. RGB value is (215,222,190). Sum of RGB (Red+Green+Blue) = 215+222+190=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #D7DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DEBE is #282141. Grayscale: #D8D8D8. Windows color (decimal): -2629954 or 12508887. OLE color: 12508887.

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

Color convert

RGB215222190-
CMYK0.0300.140.13
HSL73.12º32.65%80.78%-
HSV(B)73.12º14.41%87.06%-
XYZ63.4470.4158.96-
YUV216.26113.18127.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.29%
GREEN value IS 222 (87.11% from 255) = 35.41%
BLUE value IS 190 (74.61% from 255) = 30.30%
R=34.29%
G=35.41%
B=30.30%

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
Decimal2152221900.0300.140.1373.1232.6580.78
HexD7DEBE30ED492151
Octal32733627630161511141121
Binary1101011111011110101111101101110110110010011000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DEBE; }

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

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

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

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

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

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

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

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