Shades of Tara #CFFDD0
Tints of Tara #CFFDD0
RGB
CMYK
RGB Variations
Color information
#CFFDD0 (or 0xCFFDD0) is known color: Tara. HEX triplet: CF, FD and D0. RGB value is (207,253,208). Sum of RGB (Red+Green+Blue) = 207+253+208=668 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.99% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 208 (81.64% from 255 or 31.14% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDD0 is #30022F. Grayscale: #EAEAEA. Windows color (decimal): -3146288 or 13696463. OLE color: 13696463.
HSL color Cylindrical-coordinate representation of color #CFFDD0: hue angle of 121.3º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFFDD0 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 208 | - |
CMYK | 0.18 | 0 | 0.18 | 0.01 |
HSL | 121.3º | 0.92% | 0.9% | - |
HSV(B) | 121.3º | 0.18% | 0.99% | - |
XYZ | 72.24 | 88.07 | 72.87 | - |
YUV | 234.12 | 113.26 | 108.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 208 | 0.18 | 0 | 0.18 | 0.01 | 121.3 | 0.92 | 0.9 |
Hex | CF | FD | D0 | 12 | 0 | 12 | 1 | 79 | 5C | 5A |
Octal | 317 | 375 | 320 | 22 | 0 | 22 | 1 | 171 | 134 | 132 |
Binary | 11001111 | 11111101 | 11010000 | 10010 | 0 | 10010 | 1 | 1111001 | 1011100 | 1011010 |
Color Harmonies of #CFFDD0
Complementary color
Monochromatic Colors of #CFFDD0
Black with #CFFDD0
Text Example
Text Example
White with #CFFDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDD0; }
p { color: rgb(207,253,208); }
H1.HeaderClassName
{
color: #CFFDD0;
}
.AnyTagClassName
{
color: #CFFDD0;
}
</style>
background-color css
<style>
a { background-color: #CFFDD0; }
a { background-color: rgb(207,253,208); }
div.DivClassName
{
background-color: #CFFDD0;
}
.BgClassName
{
background-color: #CFFDD0;
}
</style>
border-color css
<style>
span { border-color: #CFFDD0; }
span { border-color: rgb(207,253,208); }
td.TdClassName
{
border-color: #CFFDD0;
}
.TagClassName
{
border-color: #CFFDD0;
}
</style>