Shades of Reef #CEF5AA
Tints of Reef #CEF5AA
RGB
CMYK
RGB Variations
Color information
#CEF5AA (or 0xCEF5AA) is known color: Reef. HEX triplet: CE, F5 and AA. RGB value is (206,245,170). Sum of RGB (Red+Green+Blue) = 206+245+170=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 245 (96.09% from 255 or 39.45% from 621); Blue value is 170 (66.80% from 255 or 27.38% from 621); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF5AA is #310A55. Grayscale: #E1E1E1. Windows color (decimal): -3213910 or 11204046. OLE color: 11204046.
HSL color Cylindrical-coordinate representation of color #CEF5AA: hue angle of 91.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEF5AA is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 170 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.04 |
| HSL | 91.2º | 0.79% | 0.81% | - |
| HSV(B) | 91.2º | 0.31% | 0.96% | - |
| XYZ | 65.36 | 81.33 | 50.28 | - |
| YUV | 224.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 170 | 0.16 | 0 | 0.31 | 0.04 | 91.2 | 0.79 | 0.81 |
| Hex | CE | F5 | AA | 10 | 0 | 1F | 4 | 5B | 4F | 51 |
| Octal | 316 | 365 | 252 | 20 | 0 | 37 | 4 | 133 | 117 | 121 |
| Binary | 11001110 | 11110101 | 10101010 | 10000 | 0 | 11111 | 100 | 1011011 | 1001111 | 1010001 |
Color Harmonies of #CEF5AA
Complementary color
Monochromatic Colors of #CEF5AA
Black with #CEF5AA
Text Example
Text Example
White with #CEF5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5AA; }
p { color: rgb(206,245,170); }
H1.HeaderClassName
{
color: #CEF5AA;
}
.AnyTagClassName
{
color: #CEF5AA;
}
</style>
background-color css
<style>
a { background-color: #CEF5AA; }
a { background-color: rgb(206,245,170); }
div.DivClassName
{
background-color: #CEF5AA;
}
.BgClassName
{
background-color: #CEF5AA;
}
</style>
border-color css
<style>
span { border-color: #CEF5AA; }
span { border-color: rgb(206,245,170); }
td.TdClassName
{
border-color: #CEF5AA;
}
.TagClassName
{
border-color: #CEF5AA;
}
</style>