Shades of Reef #CEF0AD
Tints of Reef #CEF0AD
RGB
CMYK
RGB Variations
Color information
#CEF0AD (or 0xCEF0AD) is known color: Reef. HEX triplet: CE, F0 and AD. RGB value is (206,240,173). Sum of RGB (Red+Green+Blue) = 206+240+173=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 240 (94.14% from 255 or 38.77% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF0AD is #310F52. Grayscale: #DEDEDE. Windows color (decimal): -3215187 or 11399374. OLE color: 11399374.
HSL color Cylindrical-coordinate representation of color #CEF0AD: hue angle of 90.45º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEF0AD is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 240 | 173 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.06 |
| HSL | 90.45º | 0.69% | 0.81% | - |
| HSV(B) | 90.45º | 0.28% | 0.94% | - |
| XYZ | 64.16 | 78.46 | 51.3 | - |
| YUV | 222.2 | 100.24 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 240 | 173 | 0.14 | 0 | 0.28 | 0.06 | 90.45 | 0.69 | 0.81 |
| Hex | CE | F0 | AD | E | 0 | 1C | 6 | 5A | 45 | 51 |
| Octal | 316 | 360 | 255 | 16 | 0 | 34 | 6 | 132 | 105 | 121 |
| Binary | 11001110 | 11110000 | 10101101 | 1110 | 0 | 11100 | 110 | 1011010 | 1000101 | 1010001 |
Color Harmonies of #CEF0AD
Complementary color
Monochromatic Colors of #CEF0AD
Black with #CEF0AD
Text Example
Text Example
White with #CEF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF0AD; }
p { color: rgb(206,240,173); }
H1.HeaderClassName
{
color: #CEF0AD;
}
.AnyTagClassName
{
color: #CEF0AD;
}
</style>
background-color css
<style>
a { background-color: #CEF0AD; }
a { background-color: rgb(206,240,173); }
div.DivClassName
{
background-color: #CEF0AD;
}
.BgClassName
{
background-color: #CEF0AD;
}
</style>
border-color css
<style>
span { border-color: #CEF0AD; }
span { border-color: rgb(206,240,173); }
td.TdClassName
{
border-color: #CEF0AD;
}
.TagClassName
{
border-color: #CEF0AD;
}
</style>