#DBEAC9

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

Shades of Frostee #DBEAC9

Tints of Frostee #DBEAC9

Color information

#DBEAC9 (or 0xDBEAC9) is unknown color: approx Frostee. HEX triplet: DB, EA and C9. RGB value is (219,234,201). Sum of RGB (Red+Green+Blue) = 219+234+201=654 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.49% from 654); Green value is 234 (91.80% from 255 or 35.78% from 654); Blue value is 201 (78.91% from 255 or 30.73% from 654); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAC9 is #241536. Grayscale: #E1E1E1. Windows color (decimal): -2364727 or 13232859. OLE color: 13232859.

HSL color Cylindrical-coordinate representation of color #DBEAC9: hue angle of 87.27º degrees, saturation: 0.44, 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 #DBEAC9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB219234201-
CMYK0.0600.140.08
HSL87.27º44%85.29%-
HSV(B)87.27º14.1%91.76%-
XYZ69.1878.1266.69-
YUV225.75114.03123.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.49%
GREEN value IS 234 (91.80% from 255) = 35.78%
BLUE value IS 201 (78.91% from 255) = 30.73%
R=33.49%
G=35.78%
B=30.73%

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
Decimal2192342010.0600.140.0887.274485.29
HexDBEAC960E8572c55
Octal33335231160161012754125
Binary11011011111010101100100111001110100010101111011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAC9; }

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

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

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

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

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

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

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

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