#DBE8CA

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

Shades of Frostee #DBE8CA

Tints of Frostee #DBE8CA

Color information

#DBE8CA (or 0xDBE8CA) is unknown color: approx Frostee. HEX triplet: DB, E8 and CA. RGB value is (219,232,202). Sum of RGB (Red+Green+Blue) = 219+232+202=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE8CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE8CA is #241735. Grayscale: #E0E0E0. Windows color (decimal): -2365238 or 13297883. OLE color: 13297883.

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

Color convert

RGB219232202-
CMYK0.0600.130.09
HSL86º39.47%85.1%-
HSV(B)86º12.93%90.98%-
XYZ68.7377.0467.12-
YUV224.69115.19123.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 232 (91.02% from 255) = 35.53%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=33.54%
G=35.53%
B=30.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192322020.0600.130.098639.4785.1
HexDBE8CA60D9562755
Octal33335031260151112647125
Binary11011011111010001100101011001101100110101101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE8CA; }

 p { color: rgb(219,232,202); }

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

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

 a { background-color: rgb(219,232,202); }

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

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

 span { border-color: rgb(219,232,202); }

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