Shades of Tara #DDFBDA
Tints of Tara #DDFBDA
RGB
CMYK
RGB Variations
Color information
#DDFBDA (or 0xDDFBDA) is known color: Tara. HEX triplet: DD, FB and DA. RGB value is (221,251,218). Sum of RGB (Red+Green+Blue) = 221+251+218=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 251 (98.44% from 255 or 36.38% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBDA is #220425. Grayscale: #EEEEEE. Windows color (decimal): -2229286 or 14351325. OLE color: 14351325.
HSL color Cylindrical-coordinate representation of color #DDFBDA: hue angle of 114.55º degrees, saturation: 0.8, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFBDA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 218 | - |
CMYK | 0.12 | 0 | 0.13 | 0.02 |
HSL | 114.55º | 0.8% | 0.92% | - |
HSV(B) | 114.55º | 0.13% | 0.98% | - |
XYZ | 76.97 | 89.43 | 79.53 | - |
YUV | 238.27 | 116.56 | 115.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 218 | 0.12 | 0 | 0.13 | 0.02 | 114.55 | 0.8 | 0.92 |
Hex | DD | FB | DA | C | 0 | D | 2 | 73 | 50 | 5C |
Octal | 335 | 373 | 332 | 14 | 0 | 15 | 2 | 163 | 120 | 134 |
Binary | 11011101 | 11111011 | 11011010 | 1100 | 0 | 1101 | 10 | 1110011 | 1010000 | 1011100 |
Color Harmonies of #DDFBDA
Complementary color
Monochromatic Colors of #DDFBDA
Black with #DDFBDA
Text Example
Text Example
White with #DDFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBDA; }
p { color: rgb(221,251,218); }
H1.HeaderClassName
{
color: #DDFBDA;
}
.AnyTagClassName
{
color: #DDFBDA;
}
</style>
background-color css
<style>
a { background-color: #DDFBDA; }
a { background-color: rgb(221,251,218); }
div.DivClassName
{
background-color: #DDFBDA;
}
.BgClassName
{
background-color: #DDFBDA;
}
</style>
border-color css
<style>
span { border-color: #DDFBDA; }
span { border-color: rgb(221,251,218); }
td.TdClassName
{
border-color: #DDFBDA;
}
.TagClassName
{
border-color: #DDFBDA;
}
</style>