Shades of Reef #CFEEAB
Tints of Reef #CFEEAB
RGB
CMYK
RGB Variations
Color information
#CFEEAB (or 0xCFEEAB) is known color: Reef. HEX triplet: CF, EE and AB. RGB value is (207,238,171). Sum of RGB (Red+Green+Blue) = 207+238+171=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEAB is #301154. Grayscale: #DDDDDD. Windows color (decimal): -3150165 or 11267791. OLE color: 11267791.
HSL color Cylindrical-coordinate representation of color #CFEEAB: hue angle of 87.76º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFEEAB is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 171 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.07 |
| HSL | 87.76º | 0.66% | 0.8% | - |
| HSV(B) | 87.76º | 0.28% | 0.93% | - |
| XYZ | 63.66 | 77.35 | 50.1 | - |
| YUV | 221.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 171 | 0.13 | 0 | 0.28 | 0.07 | 87.76 | 0.66 | 0.8 |
| Hex | CF | EE | AB | D | 0 | 1C | 7 | 58 | 42 | 50 |
| Octal | 317 | 356 | 253 | 15 | 0 | 34 | 7 | 130 | 102 | 120 |
| Binary | 11001111 | 11101110 | 10101011 | 1101 | 0 | 11100 | 111 | 1011000 | 1000010 | 1010000 |
Color Harmonies of #CFEEAB
Complementary color
Monochromatic Colors of #CFEEAB
Black with #CFEEAB
Text Example
Text Example
White with #CFEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEAB; }
p { color: rgb(207,238,171); }
H1.HeaderClassName
{
color: #CFEEAB;
}
.AnyTagClassName
{
color: #CFEEAB;
}
</style>
background-color css
<style>
a { background-color: #CFEEAB; }
a { background-color: rgb(207,238,171); }
div.DivClassName
{
background-color: #CFEEAB;
}
.BgClassName
{
background-color: #CFEEAB;
}
</style>
border-color css
<style>
span { border-color: #CFEEAB; }
span { border-color: rgb(207,238,171); }
td.TdClassName
{
border-color: #CFEEAB;
}
.TagClassName
{
border-color: #CFEEAB;
}
</style>