Shades of Reef #CFEDAB
Tints of Reef #CFEDAB
RGB
CMYK
RGB Variations
Color information
#CFEDAB (or 0xCFEDAB) is known color: Reef. HEX triplet: CF, ED and AB. RGB value is (207,237,171). Sum of RGB (Red+Green+Blue) = 207+237+171=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDAB is #301254. Grayscale: #DCDCDC. Windows color (decimal): -3150421 or 11267535. OLE color: 11267535.
HSL color Cylindrical-coordinate representation of color #CFEDAB: hue angle of 87.27º degrees, saturation: 0.65, 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 #CFEDAB is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 171 | - |
| CMYK | 0.13 | 0 | 0.28 | 0.07 |
| HSL | 87.27º | 0.65% | 0.8% | - |
| HSV(B) | 87.27º | 0.28% | 0.93% | - |
| XYZ | 63.37 | 76.77 | 50.01 | - |
| YUV | 220.51 | 100.06 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 171 | 0.13 | 0 | 0.28 | 0.07 | 87.27 | 0.65 | 0.8 |
| Hex | CF | ED | AB | D | 0 | 1C | 7 | 57 | 41 | 50 |
| Octal | 317 | 355 | 253 | 15 | 0 | 34 | 7 | 127 | 101 | 120 |
| Binary | 11001111 | 11101101 | 10101011 | 1101 | 0 | 11100 | 111 | 1010111 | 1000001 | 1010000 |
Color Harmonies of #CFEDAB
Complementary color
Monochromatic Colors of #CFEDAB
Black with #CFEDAB
Text Example
Text Example
White with #CFEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDAB; }
p { color: rgb(207,237,171); }
H1.HeaderClassName
{
color: #CFEDAB;
}
.AnyTagClassName
{
color: #CFEDAB;
}
</style>
background-color css
<style>
a { background-color: #CFEDAB; }
a { background-color: rgb(207,237,171); }
div.DivClassName
{
background-color: #CFEDAB;
}
.BgClassName
{
background-color: #CFEDAB;
}
</style>
border-color css
<style>
span { border-color: #CFEDAB; }
span { border-color: rgb(207,237,171); }
td.TdClassName
{
border-color: #CFEDAB;
}
.TagClassName
{
border-color: #CFEDAB;
}
</style>