#D7DDBA

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

Shades of Frost #D7DDBA

Tints of Frost #D7DDBA

Color information

#D7DDBA (or 0xD7DDBA) is unknown color: approx Frost. HEX triplet: D7, DD and BA. RGB value is (215,221,186). Sum of RGB (Red+Green+Blue) = 215+221+186=622 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.57% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 186 (73.05% from 255 or 29.90% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DDBA is #282245. Grayscale: #D7D7D7. Windows color (decimal): -2630214 or 12246487. OLE color: 12246487.

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

Color convert

RGB215221186-
CMYK0.0300.160.13
HSL70.29º33.98%79.8%-
HSV(B)70.29º15.84%86.67%-
XYZ62.7469.7156.6-
YUV215.22111.51127.85-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.57%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 186 (73.05% from 255) = 29.90%
R=34.57%
G=35.53%
B=29.90%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2152211860.0300.160.1370.2933.9879.8
HexD7DDBA3010D462250
Octal32733527230201510642120
Binary11010111110111011011101011010000110110001101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DDBA; }

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

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

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

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

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

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

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

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