Shades of Reef #CEF7AD
Tints of Reef #CEF7AD
RGB
CMYK
RGB Variations
Color information
#CEF7AD (or 0xCEF7AD) is known color: Reef. HEX triplet: CE, F7 and AD. RGB value is (206,247,173). Sum of RGB (Red+Green+Blue) = 206+247+173=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 247 (96.88% from 255 or 39.46% from 626); Blue value is 173 (67.97% from 255 or 27.64% from 626); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF7AD is #310852. Grayscale: #E2E2E2. Windows color (decimal): -3213395 or 11401166. OLE color: 11401166.
HSL color Cylindrical-coordinate representation of color #CEF7AD: hue angle of 93.24º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEF7AD is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 206 | 247 | 173 | - |
| CMYK | 0.17 | 0 | 0.30 | 0.03 |
| HSL | 93.24º | 0.82% | 0.82% | - |
| HSV(B) | 93.24º | 0.3% | 0.97% | - |
| XYZ | 66.26 | 82.66 | 52 | - |
| YUV | 226.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 247 | 173 | 0.17 | 0 | 0.30 | 0.03 | 93.24 | 0.82 | 0.82 |
| Hex | CE | F7 | AD | 11 | 0 | 1E | 3 | 5D | 52 | 52 |
| Octal | 316 | 367 | 255 | 21 | 0 | 36 | 3 | 135 | 122 | 122 |
| Binary | 11001110 | 11110111 | 10101101 | 10001 | 0 | 11110 | 11 | 1011101 | 1010010 | 1010010 |
Color Harmonies of #CEF7AD
Complementary color
Monochromatic Colors of #CEF7AD
Black with #CEF7AD
Text Example
Text Example
White with #CEF7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF7AD; }
p { color: rgb(206,247,173); }
H1.HeaderClassName
{
color: #CEF7AD;
}
.AnyTagClassName
{
color: #CEF7AD;
}
</style>
background-color css
<style>
a { background-color: #CEF7AD; }
a { background-color: rgb(206,247,173); }
div.DivClassName
{
background-color: #CEF7AD;
}
.BgClassName
{
background-color: #CEF7AD;
}
</style>
border-color css
<style>
span { border-color: #CEF7AD; }
span { border-color: rgb(206,247,173); }
td.TdClassName
{
border-color: #CEF7AD;
}
.TagClassName
{
border-color: #CEF7AD;
}
</style>