#DBE0C7

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

Shades of Frost #DBE0C7

Tints of Frost #DBE0C7

Color information

#DBE0C7 (or 0xDBE0C7) is unknown color: approx Frost. HEX triplet: DB, E0 and C7. RGB value is (219,224,199). Sum of RGB (Red+Green+Blue) = 219+224+199=642 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.11% from 642); Green value is 224 (87.89% from 255 or 34.89% from 642); Blue value is 199 (78.12% from 255 or 31.00% from 642); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0C7 is #241F38. Grayscale: #DBDBDB. Windows color (decimal): -2367289 or 13099227. OLE color: 13099227.

HSL color Cylindrical-coordinate representation of color #DBE0C7: hue angle of 72º degrees, saturation: 0.29, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE0C7 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.

Color convert

RGB219224199-
CMYK0.0200.110.12
HSL72º28.74%82.94%-
HSV(B)72º11.16%87.84%-
XYZ66.1872.4964.54-
YUV219.66116.34127.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.11%
GREEN value IS 224 (87.89% from 255) = 34.89%
BLUE value IS 199 (78.12% from 255) = 31.00%
R=34.11%
G=34.89%
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.12
SystemRedGreenBlueCMYKHSL
Decimal2192241990.0200.110.127228.7482.94
HexDBE0C720BC481d53
Octal33334030720131411035123
Binary110110111110000011000111100101111001001000111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0C7; }

 p { color: rgb(219,224,199); }

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

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

 a { background-color: rgb(219,224,199); }

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

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

 span { border-color: rgb(219,224,199); }

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