#DCEEDB

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

Shades of Tara #DCEEDB

Tints of Tara #DCEEDB

Color information

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

HSL color Cylindrical-coordinate representation of color #DCEEDB: hue angle of 116.84º 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 #DCEEDB is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB220238219-
CMYK0.0800.080.07
HSL116.84º35.85%89.61%-
HSV(B)116.84º7.98%93.33%-
XYZ72.8881.4878.9-
YUV230.45121.54120.54-

RGB Variations

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

RGB

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

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
Decimal2202382190.0800.080.07116.8435.8589.61
HexDCEEDB808775245a
Octal33435633310010716544132
Binary11011100111011101101101110000100011111101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEDB; }

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

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

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

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

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

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

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

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