Shades of Tara #DCEEDB
Tints of Tara #DCEEDB
RGB
CMYK
RGB Variations
Color information
#DCEEDB (or 0xDCEEDB) is known color: 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
RGB | 220 | 238 | 219 | - |
CMYK | 0.08 | 0 | 0.08 | 0.07 |
HSL | 116.84º | 0.36% | 0.9% | - |
HSV(B) | 116.84º | 0.08% | 0.93% | - |
XYZ | 72.88 | 81.48 | 78.9 | - |
YUV | 230.45 | 121.54 | 120.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 219 | 0.08 | 0 | 0.08 | 0.07 | 116.84 | 0.36 | 0.9 |
Hex | DC | EE | DB | 8 | 0 | 8 | 7 | 75 | 24 | 5A |
Octal | 334 | 356 | 333 | 10 | 0 | 10 | 7 | 165 | 44 | 132 |
Binary | 11011100 | 11101110 | 11011011 | 1000 | 0 | 1000 | 111 | 1110101 | 100100 | 1011010 |
Color Harmonies of #DCEEDB
Complementary color
Monochromatic Colors of #DCEEDB
Black with #DCEEDB
Text Example
Text Example
White with #DCEEDB
Text Example
Text Example
HTML Codes & Css Web 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>