#DBECC6

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

Shades of Frostee #DBECC6

Tints of Frostee #DBECC6

Color information

#DBECC6 (or 0xDBECC6) is unknown color: approx Frostee. HEX triplet: DB, EC and C6. RGB value is (219,236,198). Sum of RGB (Red+Green+Blue) = 219+236+198=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 236 (92.58% from 255 or 36.14% from 653); Blue value is 198 (77.73% from 255 or 30.32% from 653); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECC6 is #241339. Grayscale: #E2E2E2. Windows color (decimal): -2364218 or 13036763. OLE color: 13036763.

HSL color Cylindrical-coordinate representation of color #DBECC6: hue angle of 86.84º degrees, saturation: 0.5, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBECC6 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB219236198-
CMYK0.0700.160.07
HSL86.84º50%85.1%-
HSV(B)86.84º16.1%92.55%-
XYZ69.479.1365.04-
YUV226.58111.87122.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.54%
GREEN value IS 236 (92.58% from 255) = 36.14%
BLUE value IS 198 (77.73% from 255) = 30.32%
R=33.54%
G=36.14%
B=30.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361980.0700.160.0786.845085.1
HexDBECC670107573255
Octal3333543067020712762125
Binary11011011111011001100011011101000011110101111100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECC6; }

 p { color: rgb(219,236,198); }

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

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

 a { background-color: rgb(219,236,198); }

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

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

 span { border-color: rgb(219,236,198); }

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