Shades of Reef #CEF9A8
Tints of Reef #CEF9A8
RGB
CMYK
RGB Variations
Color information
#CEF9A8 (or 0xCEF9A8) is known color: Reef. HEX triplet: CE, F9 and A8. RGB value is (206,249,168). Sum of RGB (Red+Green+Blue) = 206+249+168=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 249 (97.66% from 255 or 39.97% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF9A8 is #310657. Grayscale: #E3E3E3. Windows color (decimal): -3212888 or 11073998. OLE color: 11073998.
HSL color Cylindrical-coordinate representation of color #CEF9A8: hue angle of 91.85º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEF9A8 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 206 | 249 | 168 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.02 |
| HSL | 91.85º | 0.87% | 0.82% | - |
| HSV(B) | 91.85º | 0.33% | 0.98% | - |
| XYZ | 66.4 | 83.7 | 49.7 | - |
| YUV | 226.91 | 94.75 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 249 | 168 | 0.17 | 0 | 0.33 | 0.02 | 91.85 | 0.87 | 0.82 |
| Hex | CE | F9 | A8 | 11 | 0 | 21 | 2 | 5C | 57 | 52 |
| Octal | 316 | 371 | 250 | 21 | 0 | 41 | 2 | 134 | 127 | 122 |
| Binary | 11001110 | 11111001 | 10101000 | 10001 | 0 | 100001 | 10 | 1011100 | 1010111 | 1010010 |
Color Harmonies of #CEF9A8
Complementary color
Monochromatic Colors of #CEF9A8
Black with #CEF9A8
Text Example
Text Example
White with #CEF9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF9A8; }
p { color: rgb(206,249,168); }
H1.HeaderClassName
{
color: #CEF9A8;
}
.AnyTagClassName
{
color: #CEF9A8;
}
</style>
background-color css
<style>
a { background-color: #CEF9A8; }
a { background-color: rgb(206,249,168); }
div.DivClassName
{
background-color: #CEF9A8;
}
.BgClassName
{
background-color: #CEF9A8;
}
</style>
border-color css
<style>
span { border-color: #CEF9A8; }
span { border-color: rgb(206,249,168); }
td.TdClassName
{
border-color: #CEF9A8;
}
.TagClassName
{
border-color: #CEF9A8;
}
</style>