Shades of Tara #DDFBDC
Tints of Tara #DDFBDC
RGB
CMYK
RGB Variations
Color information
#DDFBDC (or 0xDDFBDC) is known color: Tara. HEX triplet: DD, FB and DC. RGB value is (221,251,220). Sum of RGB (Red+Green+Blue) = 221+251+220=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 251 (98.44% from 255 or 36.27% from 692); Blue value is 220 (86.33% from 255 or 31.79% from 692); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBDC is #220423. Grayscale: #EEEEEE. Windows color (decimal): -2229284 or 14482397. OLE color: 14482397.
HSL color Cylindrical-coordinate representation of color #DDFBDC: hue angle of 118.06º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBDC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 251 | 220 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.02 |
| HSL | 118.06º | 0.79% | 0.92% | - |
| HSV(B) | 118.06º | 0.12% | 0.98% | - |
| XYZ | 77.23 | 89.53 | 80.92 | - |
| YUV | 238.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 251 | 220 | 0.12 | 0 | 0.12 | 0.02 | 118.06 | 0.79 | 0.92 |
| Hex | DD | FB | DC | C | 0 | C | 2 | 76 | 4F | 5C |
| Octal | 335 | 373 | 334 | 14 | 0 | 14 | 2 | 166 | 117 | 134 |
| Binary | 11011101 | 11111011 | 11011100 | 1100 | 0 | 1100 | 10 | 1110110 | 1001111 | 1011100 |
Color Harmonies of #DDFBDC
Complementary color
Monochromatic Colors of #DDFBDC
Black with #DDFBDC
Text Example
Text Example
White with #DDFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBDC; }
p { color: rgb(221,251,220); }
H1.HeaderClassName
{
color: #DDFBDC;
}
.AnyTagClassName
{
color: #DDFBDC;
}
</style>
background-color css
<style>
a { background-color: #DDFBDC; }
a { background-color: rgb(221,251,220); }
div.DivClassName
{
background-color: #DDFBDC;
}
.BgClassName
{
background-color: #DDFBDC;
}
</style>
border-color css
<style>
span { border-color: #DDFBDC; }
span { border-color: rgb(221,251,220); }
td.TdClassName
{
border-color: #DDFBDC;
}
.TagClassName
{
border-color: #DDFBDC;
}
</style>