#DBE5D5

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

Shades of Frostee #DBE5D5

Tints of Frostee #DBE5D5

Color information

#DBE5D5 (or 0xDBE5D5) is unknown color: approx Frostee. HEX triplet: DB, E5 and D5. RGB value is (219,229,213). Sum of RGB (Red+Green+Blue) = 219+229+213=661 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.13% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 213 (83.59% from 255 or 32.22% from 661); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5D5 is #241A2A. Grayscale: #E0E0E0. Windows color (decimal): -2365995 or 14018011. OLE color: 14018011.

HSL color Cylindrical-coordinate representation of color #DBE5D5: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBE5D5 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB219229213-
CMYK0.0400.070.10
HSL97.5º23.53%86.67%-
HSV(B)97.5º6.99%89.8%-
XYZ69.2475.973.95-
YUV224.19121.69124.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.13%
GREEN value IS 229 (89.84% from 255) = 34.64%
BLUE value IS 213 (83.59% from 255) = 32.22%
R=33.13%
G=34.64%
B=32.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192292130.0400.070.1097.523.5386.67
HexDBE5D5407A611857
Octal3333453254071214130127
Binary110110111110010111010101100011110101100001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5D5; }

 p { color: rgb(219,229,213); }

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

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

 a { background-color: rgb(219,229,213); }

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

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

 span { border-color: rgb(219,229,213); }

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