Shades of Reef #CFE4AB
Tints of Reef #CFE4AB
RGB
CMYK
RGB Variations
Color information
#CFE4AB (or 0xCFE4AB) is known color: Reef. HEX triplet: CF, E4 and AB. RGB value is (207,228,171). Sum of RGB (Red+Green+Blue) = 207+228+171=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE4AB is #301B54. Grayscale: #D7D7D7. Windows color (decimal): -3152725 or 11265231. OLE color: 11265231.
HSL color Cylindrical-coordinate representation of color #CFE4AB: hue angle of 82.11º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFE4AB is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 171 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.11 |
| HSL | 82.11º | 0.51% | 0.78% | - |
| HSV(B) | 82.11º | 0.25% | 0.89% | - |
| XYZ | 60.83 | 71.69 | 49.16 | - |
| YUV | 215.22 | 103.04 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 171 | 0.09 | 0 | 0.25 | 0.11 | 82.11 | 0.51 | 0.78 |
| Hex | CF | E4 | AB | 9 | 0 | 19 | B | 52 | 33 | 4E |
| Octal | 317 | 344 | 253 | 11 | 0 | 31 | 13 | 122 | 63 | 116 |
| Binary | 11001111 | 11100100 | 10101011 | 1001 | 0 | 11001 | 1011 | 1010010 | 110011 | 1001110 |
Color Harmonies of #CFE4AB
Complementary color
Monochromatic Colors of #CFE4AB
Black with #CFE4AB
Text Example
Text Example
White with #CFE4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4AB; }
p { color: rgb(207,228,171); }
H1.HeaderClassName
{
color: #CFE4AB;
}
.AnyTagClassName
{
color: #CFE4AB;
}
</style>
background-color css
<style>
a { background-color: #CFE4AB; }
a { background-color: rgb(207,228,171); }
div.DivClassName
{
background-color: #CFE4AB;
}
.BgClassName
{
background-color: #CFE4AB;
}
</style>
border-color css
<style>
span { border-color: #CFE4AB; }
span { border-color: rgb(207,228,171); }
td.TdClassName
{
border-color: #CFE4AB;
}
.TagClassName
{
border-color: #CFE4AB;
}
</style>