#D7DBC3

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

Shades of Frost #D7DBC3

Tints of Frost #D7DBC3

Color information

#D7DBC3 (or 0xD7DBC3) is unknown color: approx Frost. HEX triplet: D7, DB and C3. RGB value is (215,219,195). Sum of RGB (Red+Green+Blue) = 215+219+195=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 219 (85.94% from 255 or 34.82% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DBC3 is #28243C. Grayscale: #D7D7D7. Windows color (decimal): -2630717 or 12835799. OLE color: 12835799.

HSL color Cylindrical-coordinate representation of color #D7DBC3: hue angle of 70º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7DBC3 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB215219195-
CMYK0.0200.110.14
HSL70º25%81.18%-
HSV(B)70º10.96%85.88%-
XYZ63.2169.0561.63-
YUV215.07116.67127.95-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.18%
GREEN value IS 219 (85.94% from 255) = 34.82%
BLUE value IS 195 (76.56% from 255) = 31.00%
R=34.18%
G=34.82%
B=31.00%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152191950.0200.110.14702581.18
HexD7DBC320BE461951
Octal32733330320131610631121
Binary110101111101101111000011100101111101000110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBC3; }

 p { color: rgb(215,219,195); }

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

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

 a { background-color: rgb(215,219,195); }

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

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

 span { border-color: rgb(215,219,195); }

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