#DBEACA

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

Shades of Frostee #DBEACA

Tints of Frostee #DBEACA

Color information

#DBEACA (or 0xDBEACA) is unknown color: approx Frostee. HEX triplet: DB, EA and CA. RGB value is (219,234,202). Sum of RGB (Red+Green+Blue) = 219+234+202=655 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.44% from 655); Green value is 234 (91.80% from 255 or 35.73% from 655); Blue value is 202 (79.30% from 255 or 30.84% from 655); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEACA is #241535. Grayscale: #E1E1E1. Windows color (decimal): -2364726 or 13298395. OLE color: 13298395.

HSL color Cylindrical-coordinate representation of color #DBEACA: hue angle of 88.12º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBEACA is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB219234202-
CMYK0.0600.140.08
HSL88.12º43.24%85.49%-
HSV(B)88.12º13.68%91.76%-
XYZ69.378.1767.31-
YUV225.87114.53123.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.44%
GREEN value IS 234 (91.80% from 255) = 35.73%
BLUE value IS 202 (79.30% from 255) = 30.84%
R=33.44%
G=35.73%
B=30.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342020.0600.140.0888.1243.2485.49
HexDBEACA60E8582b55
Octal33335231260161013053125
Binary11011011111010101100101011001110100010110001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEACA; }

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

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

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

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

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

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

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

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