Shades of Reef #CEF1AD
Tints of Reef #CEF1AD
RGB
CMYK
RGB Variations
Color information
#CEF1AD (or 0xCEF1AD) is known color: Reef. HEX triplet: CE, F1 and AD. RGB value is (206,241,173). Sum of RGB (Red+Green+Blue) = 206+241+173=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF1AD is #310E52. Grayscale: #DFDFDF. Windows color (decimal): -3214931 or 11399630. OLE color: 11399630.
HSL color Cylindrical-coordinate representation of color #CEF1AD: hue angle of 90.88º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEF1AD is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 173 | - |
| CMYK | 0.15 | 0 | 0.28 | 0.05 |
| HSL | 90.88º | 0.71% | 0.81% | - |
| HSV(B) | 90.88º | 0.28% | 0.95% | - |
| XYZ | 64.45 | 79.05 | 51.4 | - |
| YUV | 222.78 | 99.9 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 173 | 0.15 | 0 | 0.28 | 0.05 | 90.88 | 0.71 | 0.81 |
| Hex | CE | F1 | AD | F | 0 | 1C | 5 | 5B | 47 | 51 |
| Octal | 316 | 361 | 255 | 17 | 0 | 34 | 5 | 133 | 107 | 121 |
| Binary | 11001110 | 11110001 | 10101101 | 1111 | 0 | 11100 | 101 | 1011011 | 1000111 | 1010001 |
Color Harmonies of #CEF1AD
Complementary color
Monochromatic Colors of #CEF1AD
Black with #CEF1AD
Text Example
Text Example
White with #CEF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1AD; }
p { color: rgb(206,241,173); }
H1.HeaderClassName
{
color: #CEF1AD;
}
.AnyTagClassName
{
color: #CEF1AD;
}
</style>
background-color css
<style>
a { background-color: #CEF1AD; }
a { background-color: rgb(206,241,173); }
div.DivClassName
{
background-color: #CEF1AD;
}
.BgClassName
{
background-color: #CEF1AD;
}
</style>
border-color css
<style>
span { border-color: #CEF1AD; }
span { border-color: rgb(206,241,173); }
td.TdClassName
{
border-color: #CEF1AD;
}
.TagClassName
{
border-color: #CEF1AD;
}
</style>