Shades of Reef #CEF1AB
Tints of Reef #CEF1AB
RGB
CMYK
RGB Variations
Color information
#CEF1AB (or 0xCEF1AB) is known color: Reef. HEX triplet: CE, F1 and AB. RGB value is (206,241,171). Sum of RGB (Red+Green+Blue) = 206+241+171=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 241 (94.53% from 255 or 39.00% from 618); Blue value is 171 (67.19% from 255 or 27.67% from 618); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF1AB is #310E54. Grayscale: #DEDEDE. Windows color (decimal): -3214933 or 11268558. OLE color: 11268558.
HSL color Cylindrical-coordinate representation of color #CEF1AB: hue angle of 90º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEF1AB is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 241 | 171 | - |
| CMYK | 0.15 | 0 | 0.29 | 0.05 |
| HSL | 90º | 0.71% | 0.81% | - |
| HSV(B) | 90º | 0.29% | 0.95% | - |
| XYZ | 64.26 | 78.97 | 50.38 | - |
| YUV | 222.56 | 98.9 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 241 | 171 | 0.15 | 0 | 0.29 | 0.05 | 90 | 0.71 | 0.81 |
| Hex | CE | F1 | AB | F | 0 | 1D | 5 | 5A | 47 | 51 |
| Octal | 316 | 361 | 253 | 17 | 0 | 35 | 5 | 132 | 107 | 121 |
| Binary | 11001110 | 11110001 | 10101011 | 1111 | 0 | 11101 | 101 | 1011010 | 1000111 | 1010001 |
Color Harmonies of #CEF1AB
Complementary color
Monochromatic Colors of #CEF1AB
Black with #CEF1AB
Text Example
Text Example
White with #CEF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF1AB; }
p { color: rgb(206,241,171); }
H1.HeaderClassName
{
color: #CEF1AB;
}
.AnyTagClassName
{
color: #CEF1AB;
}
</style>
background-color css
<style>
a { background-color: #CEF1AB; }
a { background-color: rgb(206,241,171); }
div.DivClassName
{
background-color: #CEF1AB;
}
.BgClassName
{
background-color: #CEF1AB;
}
</style>
border-color css
<style>
span { border-color: #CEF1AB; }
span { border-color: rgb(206,241,171); }
td.TdClassName
{
border-color: #CEF1AB;
}
.TagClassName
{
border-color: #CEF1AB;
}
</style>