Shades of Reef #CEF9A6
Tints of Reef #CEF9A6
RGB
CMYK
RGB Variations
Color information
#CEF9A6 (or 0xCEF9A6) is known color: Reef. HEX triplet: CE, F9 and A6. RGB value is (206,249,166). Sum of RGB (Red+Green+Blue) = 206+249+166=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 249 (97.66% from 255 or 40.10% from 621); Blue value is 166 (65.23% from 255 or 26.73% from 621); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF9A6 is #310659. Grayscale: #E2E2E2. Windows color (decimal): -3212890 or 10942926. OLE color: 10942926.
HSL color Cylindrical-coordinate representation of color #CEF9A6: hue angle of 91.08º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEF9A6 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 166 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.02 |
| HSL | 91.08º | 0.87% | 0.81% | - |
| HSV(B) | 91.08º | 0.33% | 0.98% | - |
| XYZ | 66.21 | 83.63 | 48.73 | - |
| YUV | 226.68 | 93.75 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 166 | 0.17 | 0 | 0.33 | 0.02 | 91.08 | 0.87 | 0.81 |
| Hex | CE | F9 | A6 | 11 | 0 | 21 | 2 | 5B | 57 | 51 |
| Octal | 316 | 371 | 246 | 21 | 0 | 41 | 2 | 133 | 127 | 121 |
| Binary | 11001110 | 11111001 | 10100110 | 10001 | 0 | 100001 | 10 | 1011011 | 1010111 | 1010001 |
Color Harmonies of #CEF9A6
Complementary color
Monochromatic Colors of #CEF9A6
Black with #CEF9A6
Text Example
Text Example
White with #CEF9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF9A6; }
p { color: rgb(206,249,166); }
H1.HeaderClassName
{
color: #CEF9A6;
}
.AnyTagClassName
{
color: #CEF9A6;
}
</style>
background-color css
<style>
a { background-color: #CEF9A6; }
a { background-color: rgb(206,249,166); }
div.DivClassName
{
background-color: #CEF9A6;
}
.BgClassName
{
background-color: #CEF9A6;
}
</style>
border-color css
<style>
span { border-color: #CEF9A6; }
span { border-color: rgb(206,249,166); }
td.TdClassName
{
border-color: #CEF9A6;
}
.TagClassName
{
border-color: #CEF9A6;
}
</style>