Shades of Reef #CEF5AC
Tints of Reef #CEF5AC
RGB
CMYK
RGB Variations
Color information
#CEF5AC (or 0xCEF5AC) is known color: Reef. HEX triplet: CE, F5 and AC. RGB value is (206,245,172). Sum of RGB (Red+Green+Blue) = 206+245+172=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 245 (96.09% from 255 or 39.33% from 623); Blue value is 172 (67.58% from 255 or 27.61% from 623); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF5AC is #310A53. Grayscale: #E1E1E1. Windows color (decimal): -3213908 or 11335118. OLE color: 11335118.
HSL color Cylindrical-coordinate representation of color #CEF5AC: hue angle of 92.05º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF5AC is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 245 | 172 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.04 |
| HSL | 92.05º | 0.78% | 0.82% | - |
| HSV(B) | 92.05º | 0.3% | 0.96% | - |
| XYZ | 65.55 | 81.41 | 51.29 | - |
| YUV | 225.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 245 | 172 | 0.16 | 0 | 0.30 | 0.04 | 92.05 | 0.78 | 0.82 |
| Hex | CE | F5 | AC | 10 | 0 | 1E | 4 | 5C | 4E | 52 |
| Octal | 316 | 365 | 254 | 20 | 0 | 36 | 4 | 134 | 116 | 122 |
| Binary | 11001110 | 11110101 | 10101100 | 10000 | 0 | 11110 | 100 | 1011100 | 1001110 | 1010010 |
Color Harmonies of #CEF5AC
Complementary color
Monochromatic Colors of #CEF5AC
Black with #CEF5AC
Text Example
Text Example
White with #CEF5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF5AC; }
p { color: rgb(206,245,172); }
H1.HeaderClassName
{
color: #CEF5AC;
}
.AnyTagClassName
{
color: #CEF5AC;
}
</style>
background-color css
<style>
a { background-color: #CEF5AC; }
a { background-color: rgb(206,245,172); }
div.DivClassName
{
background-color: #CEF5AC;
}
.BgClassName
{
background-color: #CEF5AC;
}
</style>
border-color css
<style>
span { border-color: #CEF5AC; }
span { border-color: rgb(206,245,172); }
td.TdClassName
{
border-color: #CEF5AC;
}
.TagClassName
{
border-color: #CEF5AC;
}
</style>