#DBEACB

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

Shades of Frostee #DBEACB

Tints of Frostee #DBEACB

Color information

#DBEACB (or 0xDBEACB) is unknown color: approx Frostee. HEX triplet: DB, EA and CB. RGB value is (219,234,203). Sum of RGB (Red+Green+Blue) = 219+234+203=656 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.38% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 203 (79.69% from 255 or 30.95% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEACB is #241534. Grayscale: #E2E2E2. Windows color (decimal): -2364725 or 13363931. OLE color: 13363931.

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

Color convert

RGB219234203-
CMYK0.0600.130.08
HSL89.03º42.47%85.69%-
HSV(B)89.03º13.25%91.76%-
XYZ69.4278.2267.94-
YUV225.98115.03123.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.38%
GREEN value IS 234 (91.80% from 255) = 35.67%
BLUE value IS 203 (79.69% from 255) = 30.95%
R=33.38%
G=35.67%
B=30.95%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342030.0600.130.0889.0342.4785.69
HexDBEACB60D8592a56
Octal33335231360151013152126
Binary11011011111010101100101111001101100010110011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEACB; }

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

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

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

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

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

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

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

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