#DBEAC8

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

Shades of Frostee #DBEAC8

Tints of Frostee #DBEAC8

Color information

#DBEAC8 (or 0xDBEAC8) is unknown color: approx Frostee. HEX triplet: DB, EA and C8. RGB value is (219,234,200). Sum of RGB (Red+Green+Blue) = 219+234+200=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 234 (91.80% from 255 or 35.83% from 653); Blue value is 200 (78.52% from 255 or 30.63% from 653); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC8 is #241537. Grayscale: #E1E1E1. Windows color (decimal): -2364728 or 13167323. OLE color: 13167323.

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

Color convert

RGB219234200-
CMYK0.0600.150.08
HSL86.47º44.74%85.1%-
HSV(B)86.47º14.53%91.76%-
XYZ69.0678.0866.07-
YUV225.64113.53123.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 234 (91.80% from 255) = 35.83%
BLUE value IS 200 (78.52% from 255) = 30.63%
R=33.54%
G=35.83%
B=30.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342000.0600.150.0886.4744.7485.1
HexDBEAC860F8562d55
Octal33335231060171012655125
Binary11011011111010101100100011001111100010101101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAC8; }

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

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

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

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

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

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

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

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