Shades of Tara #DEFDDC
Tints of Tara #DEFDDC
RGB
CMYK
RGB Variations
Color information
#DEFDDC (or 0xDEFDDC) is known color: Tara. HEX triplet: DE, FD and DC. RGB value is (222,253,220). Sum of RGB (Red+Green+Blue) = 222+253+220=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDDC is #210223. Grayscale: #F0F0F0. Windows color (decimal): -2163236 or 14482910. OLE color: 14482910.
HSL color Cylindrical-coordinate representation of color #DEFDDC: hue angle of 116.36º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFDDC is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 253 | 220 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.01 |
| HSL | 116.36º | 0.89% | 0.93% | - |
| HSV(B) | 116.36º | 0.13% | 0.99% | - |
| XYZ | 78.17 | 90.95 | 81.14 | - |
| YUV | 239.97 | 116.73 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 253 | 220 | 0.12 | 0 | 0.13 | 0.01 | 116.36 | 0.89 | 0.93 |
| Hex | DE | FD | DC | C | 0 | D | 1 | 74 | 59 | 5D |
| Octal | 336 | 375 | 334 | 14 | 0 | 15 | 1 | 164 | 131 | 135 |
| Binary | 11011110 | 11111101 | 11011100 | 1100 | 0 | 1101 | 1 | 1110100 | 1011001 | 1011101 |
Color Harmonies of #DEFDDC
Complementary color
Monochromatic Colors of #DEFDDC
Black with #DEFDDC
Text Example
Text Example
White with #DEFDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFDDC; }
p { color: rgb(222,253,220); }
H1.HeaderClassName
{
color: #DEFDDC;
}
.AnyTagClassName
{
color: #DEFDDC;
}
</style>
background-color css
<style>
a { background-color: #DEFDDC; }
a { background-color: rgb(222,253,220); }
div.DivClassName
{
background-color: #DEFDDC;
}
.BgClassName
{
background-color: #DEFDDC;
}
</style>
border-color css
<style>
span { border-color: #DEFDDC; }
span { border-color: rgb(222,253,220); }
td.TdClassName
{
border-color: #DEFDDC;
}
.TagClassName
{
border-color: #DEFDDC;
}
</style>