Shades of Tara #DEEFDD
Tints of Tara #DEEFDD
RGB
CMYK
RGB Variations
Color information
#DEEFDD (or 0xDEEFDD) is known color: Tara. HEX triplet: DE, EF and DD. RGB value is (222,239,221). Sum of RGB (Red+Green+Blue) = 222+239+221=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFDD is #211022. Grayscale: #E7E7E7. Windows color (decimal): -2166819 or 14544862. OLE color: 14544862.
HSL color Cylindrical-coordinate representation of color #DEEFDD: hue angle of 116.67º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEEFDD is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 221 | - |
CMYK | 0.07 | 0 | 0.08 | 0.06 |
HSL | 116.67º | 0.36% | 0.9% | - |
HSV(B) | 116.67º | 0.08% | 0.94% | - |
XYZ | 74.04 | 82.48 | 80.43 | - |
YUV | 231.87 | 121.87 | 120.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 221 | 0.07 | 0 | 0.08 | 0.06 | 116.67 | 0.36 | 0.9 |
Hex | DE | EF | DD | 7 | 0 | 8 | 6 | 75 | 24 | 5A |
Octal | 336 | 357 | 335 | 7 | 0 | 10 | 6 | 165 | 44 | 132 |
Binary | 11011110 | 11101111 | 11011101 | 111 | 0 | 1000 | 110 | 1110101 | 100100 | 1011010 |
Color Harmonies of #DEEFDD
Complementary color
Monochromatic Colors of #DEEFDD
Black with #DEEFDD
Text Example
Text Example
White with #DEEFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFDD; }
p { color: rgb(222,239,221); }
H1.HeaderClassName
{
color: #DEEFDD;
}
.AnyTagClassName
{
color: #DEEFDD;
}
</style>
background-color css
<style>
a { background-color: #DEEFDD; }
a { background-color: rgb(222,239,221); }
div.DivClassName
{
background-color: #DEEFDD;
}
.BgClassName
{
background-color: #DEEFDD;
}
</style>
border-color css
<style>
span { border-color: #DEEFDD; }
span { border-color: rgb(222,239,221); }
td.TdClassName
{
border-color: #DEEFDD;
}
.TagClassName
{
border-color: #DEEFDD;
}
</style>