#D7DDBE

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

Shades of Frost #D7DDBE

Tints of Frost #D7DDBE

Color information

#D7DDBE (or 0xD7DDBE) is unknown color: approx Frost. HEX triplet: D7, DD and BE. RGB value is (215,221,190). Sum of RGB (Red+Green+Blue) = 215+221+190=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 190 (74.61% from 255 or 30.35% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDBE is #282241. Grayscale: #D7D7D7. Windows color (decimal): -2630210 or 12508631. OLE color: 12508631.

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

Color convert

RGB215221190-
CMYK0.0300.140.13
HSL71.61º31.31%80.59%-
HSV(B)71.61º14.03%86.67%-
XYZ63.1869.8858.87-
YUV215.67113.51127.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 190 (74.61% from 255) = 30.35%
R=34.35%
G=35.30%
B=30.35%

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
Decimal2152211900.0300.140.1371.6131.3180.59
HexD7DDBE30ED481f51
Octal32733527630161511037121
Binary110101111101110110111110110111011011001000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDBE; }

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

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

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

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

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

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

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

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