#DBE9CA

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

Shades of Frostee #DBE9CA

Tints of Frostee #DBE9CA

Color information

#DBE9CA (or 0xDBE9CA) is unknown color: approx Frostee. HEX triplet: DB, E9 and CA. RGB value is (219,233,202). Sum of RGB (Red+Green+Blue) = 219+233+202=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 233 (91.41% from 255 or 35.63% from 654); Blue value is 202 (79.30% from 255 or 30.89% from 654); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9CA is #241635. Grayscale: #E1E1E1. Windows color (decimal): -2364982 or 13298139. OLE color: 13298139.

HSL color Cylindrical-coordinate representation of color #DBE9CA: hue angle of 87.1º degrees, saturation: 0.41, 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 #DBE9CA is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB219233202-
CMYK0.0600.130.09
HSL87.1º41.33%85.29%-
HSV(B)87.1º13.3%91.37%-
XYZ69.0177.667.22-
YUV225.28114.86123.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 233 (91.41% from 255) = 35.63%
BLUE value IS 202 (79.30% from 255) = 30.89%
R=33.49%
G=35.63%
B=30.89%

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
Decimal2192332020.0600.130.0987.141.3385.29
HexDBE9CA60D9572955
Octal33335131260151112751125
Binary11011011111010011100101011001101100110101111010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE9CA; }

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

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

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

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

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

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

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

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