Shades of Tara #CDFFD0
Tints of Tara #CDFFD0
RGB
CMYK
RGB Variations
Color information
#CDFFD0 (or 0xCDFFD0) is known color: Tara. HEX triplet: CD, FF and D0. RGB value is (205,255,208). Sum of RGB (Red+Green+Blue) = 205+255+208=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 255 (100% from 255 or 38.17% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFD0 is #32002F. Grayscale: #EAEAEA. Windows color (decimal): -3276848 or 13696973. OLE color: 13696973.
HSL color Cylindrical-coordinate representation of color #CDFFD0: hue angle of 123.6º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFD0 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 208 | - |
| CMYK | 0.20 | 0 | 0.18 | 0 |
| HSL | 123.6º | 1% | 0.9% | - |
| HSV(B) | 123.6º | 0.2% | 1% | - |
| XYZ | 72.32 | 89.05 | 73.05 | - |
| YUV | 234.69 | 112.94 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 208 | 0.20 | 0 | 0.18 | 0 | 123.6 | 1 | 0.9 |
| Hex | CD | FF | D0 | 14 | 0 | 12 | 0 | 7C | 64 | 5A |
| Octal | 315 | 377 | 320 | 24 | 0 | 22 | 0 | 174 | 144 | 132 |
| Binary | 11001101 | 11111111 | 11010000 | 10100 | 0 | 10010 | 0 | 1111100 | 1100100 | 1011010 |
Color Harmonies of #CDFFD0
Complementary color
Monochromatic Colors of #CDFFD0
Black with #CDFFD0
Text Example
Text Example
White with #CDFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFD0; }
p { color: rgb(205,255,208); }
H1.HeaderClassName
{
color: #CDFFD0;
}
.AnyTagClassName
{
color: #CDFFD0;
}
</style>
background-color css
<style>
a { background-color: #CDFFD0; }
a { background-color: rgb(205,255,208); }
div.DivClassName
{
background-color: #CDFFD0;
}
.BgClassName
{
background-color: #CDFFD0;
}
</style>
border-color css
<style>
span { border-color: #CDFFD0; }
span { border-color: rgb(205,255,208); }
td.TdClassName
{
border-color: #CDFFD0;
}
.TagClassName
{
border-color: #CDFFD0;
}
</style>