Shades of Tara #DEFEDD
Tints of Tara #DEFEDD
RGB
CMYK
RGB Variations
Color information
#DEFEDD (or 0xDEFEDD) is known color: Tara. HEX triplet: DE, FE and DD. RGB value is (222,254,221). Sum of RGB (Red+Green+Blue) = 222+254+221=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 254 (99.61% from 255 or 36.44% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFEDD is #210122. Grayscale: #F0F0F0. Windows color (decimal): -2162979 or 14548702. OLE color: 14548702.
HSL color Cylindrical-coordinate representation of color #DEFEDD: hue angle of 118.18º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFEDD is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 222 | 254 | 221 | - |
CMYK | 0.13 | 0 | 0.13 | 0.00 |
HSL | 118.18º | 0.94% | 0.93% | - |
HSV(B) | 118.18º | 0.13% | 1% | - |
XYZ | 78.62 | 91.63 | 81.95 | - |
YUV | 240.67 | 116.9 | 114.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 254 | 221 | 0.13 | 0 | 0.13 | 0.00 | 118.18 | 0.94 | 0.93 |
Hex | DE | FE | DD | D | 0 | D | 0 | 76 | 5E | 5D |
Octal | 336 | 376 | 335 | 15 | 0 | 15 | 0 | 166 | 136 | 135 |
Binary | 11011110 | 11111110 | 11011101 | 1101 | 0 | 1101 | 0 | 1110110 | 1011110 | 1011101 |
Color Harmonies of #DEFEDD
Complementary color
Monochromatic Colors of #DEFEDD
Black with #DEFEDD
Text Example
Text Example
White with #DEFEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFEDD; }
p { color: rgb(222,254,221); }
H1.HeaderClassName
{
color: #DEFEDD;
}
.AnyTagClassName
{
color: #DEFEDD;
}
</style>
background-color css
<style>
a { background-color: #DEFEDD; }
a { background-color: rgb(222,254,221); }
div.DivClassName
{
background-color: #DEFEDD;
}
.BgClassName
{
background-color: #DEFEDD;
}
</style>
border-color css
<style>
span { border-color: #DEFEDD; }
span { border-color: rgb(222,254,221); }
td.TdClassName
{
border-color: #DEFEDD;
}
.TagClassName
{
border-color: #DEFEDD;
}
</style>