#D7DDBF

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

Shades of Frost #D7DDBF

Tints of Frost #D7DDBF

Color information

#D7DDBF (or 0xD7DDBF) is unknown color: approx Frost. HEX triplet: D7, DD and BF. RGB value is (215,221,191). Sum of RGB (Red+Green+Blue) = 215+221+191=627 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.29% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 191 (75% from 255 or 30.46% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDBF is #282240. Grayscale: #D7D7D7. Windows color (decimal): -2630209 or 12574167. OLE color: 12574167.

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

Color convert

RGB215221191-
CMYK0.0300.140.13
HSL72º30.61%80.78%-
HSV(B)72º13.57%86.67%-
XYZ63.2869.9259.45-
YUV215.79114.01127.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.29%
GREEN value IS 221 (86.72% from 255) = 35.25%
BLUE value IS 191 (75% from 255) = 30.46%
R=34.29%
G=35.25%
B=30.46%

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
Decimal2152211910.0300.140.137230.6180.78
HexD7DDBF30ED481f51
Octal32733527730161511037121
Binary110101111101110110111111110111011011001000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDBF; }

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

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

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

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

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

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

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

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