#DBEEDC

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

Shades of Tara #DBEEDC

Tints of Tara #DBEEDC

Color information

#DBEEDC (or 0xDBEEDC) is unknown color: approx Tara. HEX triplet: DB, EE and DC. RGB value is (219,238,220). Sum of RGB (Red+Green+Blue) = 219+238+220=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 238 (93.36% from 255 or 35.16% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEDC is #241123. Grayscale: #E6E6E6. Windows color (decimal): -2363684 or 14479067. OLE color: 14479067.

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

Color convert

RGB219238220-
CMYK0.0800.080.07
HSL123.16º35.85%89.61%-
HSV(B)123.16º7.98%93.33%-
XYZ72.7181.3879.59-
YUV230.27122.21119.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 238 (93.36% from 255) = 35.16%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=32.35%
G=35.16%
B=32.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192382200.0800.080.07123.1635.8589.61
HexDBEEDC80877b245a
Octal33335633410010717344132
Binary11011011111011101101110010000100011111110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEDC; }

 p { color: rgb(219,238,220); }

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

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

 a { background-color: rgb(219,238,220); }

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

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

 span { border-color: rgb(219,238,220); }

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