Shades of Tara #CEFDD2
Tints of Tara #CEFDD2
RGB
CMYK
RGB Variations
Color information
#CEFDD2 (or 0xCEFDD2) is known color: Tara. HEX triplet: CE, FD and D2. RGB value is (206,253,210). Sum of RGB (Red+Green+Blue) = 206+253+210=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 210 (82.42% from 255 or 31.39% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDD2 is #31022D. Grayscale: #EAEAEA. Windows color (decimal): -3211822 or 13827534. OLE color: 13827534.
HSL color Cylindrical-coordinate representation of color #CEFDD2: hue angle of 125.11º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDD2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 253 | 210 | - |
CMYK | 0.19 | 0 | 0.17 | 0.01 |
HSL | 125.11º | 0.92% | 0.9% | - |
HSV(B) | 125.11º | 0.19% | 0.99% | - |
XYZ | 72.21 | 88.03 | 74.16 | - |
YUV | 234.05 | 114.43 | 108 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 253 | 210 | 0.19 | 0 | 0.17 | 0.01 | 125.11 | 0.92 | 0.9 |
Hex | CE | FD | D2 | 13 | 0 | 11 | 1 | 7D | 5C | 5A |
Octal | 316 | 375 | 322 | 23 | 0 | 21 | 1 | 175 | 134 | 132 |
Binary | 11001110 | 11111101 | 11010010 | 10011 | 0 | 10001 | 1 | 1111101 | 1011100 | 1011010 |
Color Harmonies of #CEFDD2
Complementary color
Monochromatic Colors of #CEFDD2
Black with #CEFDD2
Text Example
Text Example
White with #CEFDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDD2; }
p { color: rgb(206,253,210); }
H1.HeaderClassName
{
color: #CEFDD2;
}
.AnyTagClassName
{
color: #CEFDD2;
}
</style>
background-color css
<style>
a { background-color: #CEFDD2; }
a { background-color: rgb(206,253,210); }
div.DivClassName
{
background-color: #CEFDD2;
}
.BgClassName
{
background-color: #CEFDD2;
}
</style>
border-color css
<style>
span { border-color: #CEFDD2; }
span { border-color: rgb(206,253,210); }
td.TdClassName
{
border-color: #CEFDD2;
}
.TagClassName
{
border-color: #CEFDD2;
}
</style>