#DBE7CD

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

Shades of Frostee #DBE7CD

Tints of Frostee #DBE7CD

Color information

#DBE7CD (or 0xDBE7CD) is unknown color: approx Frostee. HEX triplet: DB, E7 and CD. RGB value is (219,231,205). Sum of RGB (Red+Green+Blue) = 219+231+205=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7CD is #241832. Grayscale: #E0E0E0. Windows color (decimal): -2365491 or 13494235. OLE color: 13494235.

HSL color Cylindrical-coordinate representation of color #DBE7CD: hue angle of 87.69º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE7CD is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB219231205-
CMYK0.0500.110.09
HSL87.69º35.14%85.49%-
HSV(B)87.69º11.26%90.59%-
XYZ68.8176.6268.92-
YUV224.45117.02124.11-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 231 (90.62% from 255) = 35.27%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=33.44%
G=35.27%
B=31.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192312050.0500.110.0987.6935.1485.49
HexDBE7CD50B9582355
Octal33334731550131113043125
Binary11011011111001111100110110101011100110110001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE7CD; }

 p { color: rgb(219,231,205); }

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

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

 a { background-color: rgb(219,231,205); }

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

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

 span { border-color: rgb(219,231,205); }

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