Shades of Tara #CFFDD2
Tints of Tara #CFFDD2
RGB
CMYK
RGB Variations
Color information
#CFFDD2 (or 0xCFFDD2) is known color: Tara. HEX triplet: CF, FD and D2. RGB value is (207,253,210). Sum of RGB (Red+Green+Blue) = 207+253+210=670 (88% of max value = 765). Red value is 207 (81.25% from 255 or 30.90% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDD2 is #30022D. Grayscale: #EAEAEA. Windows color (decimal): -3146286 or 13827535. OLE color: 13827535.
HSL color Cylindrical-coordinate representation of color #CFFDD2: hue angle of 123.91º 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 #CFFDD2 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 253 | 210 | - |
CMYK | 0.18 | 0 | 0.17 | 0.01 |
HSL | 123.91º | 0.92% | 0.9% | - |
HSV(B) | 123.91º | 0.18% | 0.99% | - |
XYZ | 72.49 | 88.17 | 74.17 | - |
YUV | 234.34 | 114.26 | 108.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 253 | 210 | 0.18 | 0 | 0.17 | 0.01 | 123.91 | 0.92 | 0.9 |
Hex | CF | FD | D2 | 12 | 0 | 11 | 1 | 7C | 5C | 5A |
Octal | 317 | 375 | 322 | 22 | 0 | 21 | 1 | 174 | 134 | 132 |
Binary | 11001111 | 11111101 | 11010010 | 10010 | 0 | 10001 | 1 | 1111100 | 1011100 | 1011010 |
Color Harmonies of #CFFDD2
Complementary color
Monochromatic Colors of #CFFDD2
Black with #CFFDD2
Text Example
Text Example
White with #CFFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFDD2; }
p { color: rgb(207,253,210); }
H1.HeaderClassName
{
color: #CFFDD2;
}
.AnyTagClassName
{
color: #CFFDD2;
}
</style>
background-color css
<style>
a { background-color: #CFFDD2; }
a { background-color: rgb(207,253,210); }
div.DivClassName
{
background-color: #CFFDD2;
}
.BgClassName
{
background-color: #CFFDD2;
}
</style>
border-color css
<style>
span { border-color: #CFFDD2; }
span { border-color: rgb(207,253,210); }
td.TdClassName
{
border-color: #CFFDD2;
}
.TagClassName
{
border-color: #CFFDD2;
}
</style>