Shades of Tara #DDFCDD
Tints of Tara #DDFCDD
RGB
CMYK
RGB Variations
Color information
#DDFCDD (or 0xDDFCDD) is known color: Tara. HEX triplet: DD, FC and DD. RGB value is (221,252,221). Sum of RGB (Red+Green+Blue) = 221+252+221=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 252 (98.83% from 255 or 36.31% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCDD is #220322. Grayscale: #EFEFEF. Windows color (decimal): -2229027 or 14548189. OLE color: 14548189.
HSL color Cylindrical-coordinate representation of color #DDFCDD: hue angle of 120º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFCDD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 221 | 252 | 221 | - |
CMYK | 0.12 | 0 | 0.12 | 0.01 |
HSL | 120º | 0.84% | 0.93% | - |
HSV(B) | 120º | 0.12% | 0.99% | - |
XYZ | 77.68 | 90.21 | 81.73 | - |
YUV | 239.2 | 117.73 | 115.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 252 | 221 | 0.12 | 0 | 0.12 | 0.01 | 120 | 0.84 | 0.93 |
Hex | DD | FC | DD | C | 0 | C | 1 | 78 | 54 | 5D |
Octal | 335 | 374 | 335 | 14 | 0 | 14 | 1 | 170 | 124 | 135 |
Binary | 11011101 | 11111100 | 11011101 | 1100 | 0 | 1100 | 1 | 1111000 | 1010100 | 1011101 |
Color Harmonies of #DDFCDD
Complementary color
Monochromatic Colors of #DDFCDD
Black with #DDFCDD
Text Example
Text Example
White with #DDFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFCDD; }
p { color: rgb(221,252,221); }
H1.HeaderClassName
{
color: #DDFCDD;
}
.AnyTagClassName
{
color: #DDFCDD;
}
</style>
background-color css
<style>
a { background-color: #DDFCDD; }
a { background-color: rgb(221,252,221); }
div.DivClassName
{
background-color: #DDFCDD;
}
.BgClassName
{
background-color: #DDFCDD;
}
</style>
border-color css
<style>
span { border-color: #DDFCDD; }
span { border-color: rgb(221,252,221); }
td.TdClassName
{
border-color: #DDFCDD;
}
.TagClassName
{
border-color: #DDFCDD;
}
</style>