Shades of Reef #CEFFAA
Tints of Reef #CEFFAA
RGB
CMYK
RGB Variations
Color information
#CEFFAA (or 0xCEFFAA) is known color: Reef. HEX triplet: CE, FF and AA. RGB value is (206,255,170). Sum of RGB (Red+Green+Blue) = 206+255+170=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 170 (66.80% from 255 or 26.94% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFFAA is #310055. Grayscale: #E6E6E6. Windows color (decimal): -3211350 or 11206606. OLE color: 11206606.
HSL color Cylindrical-coordinate representation of color #CEFFAA: hue angle of 94.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEFFAA is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 206 | 255 | 170 | - |
| CMYK | 0.19 | 0 | 0.33 | 0 |
| HSL | 94.59º | 1% | 0.83% | - |
| HSV(B) | 94.59º | 0.33% | 1% | - |
| XYZ | 68.47 | 87.54 | 51.32 | - |
| YUV | 230.66 | 93.77 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 255 | 170 | 0.19 | 0 | 0.33 | 0 | 94.59 | 1 | 0.83 |
| Hex | CE | FF | AA | 13 | 0 | 21 | 0 | 5F | 64 | 53 |
| Octal | 316 | 377 | 252 | 23 | 0 | 41 | 0 | 137 | 144 | 123 |
| Binary | 11001110 | 11111111 | 10101010 | 10011 | 0 | 100001 | 0 | 1011111 | 1100100 | 1010011 |
Color Harmonies of #CEFFAA
Complementary color
Monochromatic Colors of #CEFFAA
Black with #CEFFAA
Text Example
Text Example
White with #CEFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFFAA; }
p { color: rgb(206,255,170); }
H1.HeaderClassName
{
color: #CEFFAA;
}
.AnyTagClassName
{
color: #CEFFAA;
}
</style>
background-color css
<style>
a { background-color: #CEFFAA; }
a { background-color: rgb(206,255,170); }
div.DivClassName
{
background-color: #CEFFAA;
}
.BgClassName
{
background-color: #CEFFAA;
}
</style>
border-color css
<style>
span { border-color: #CEFFAA; }
span { border-color: rgb(206,255,170); }
td.TdClassName
{
border-color: #CEFFAA;
}
.TagClassName
{
border-color: #CEFFAA;
}
</style>