Shades of Reef #CFE3AB
Tints of Reef #CFE3AB
RGB
CMYK
RGB Variations
Color information
#CFE3AB (or 0xCFE3AB) is known color: Reef. HEX triplet: CF, E3 and AB. RGB value is (207,227,171). Sum of RGB (Red+Green+Blue) = 207+227+171=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE3AB is #301C54. Grayscale: #D6D6D6. Windows color (decimal): -3152981 or 11264975. OLE color: 11264975.
HSL color Cylindrical-coordinate representation of color #CFE3AB: hue angle of 81.43º degrees, saturation: 0.5, 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 #CFE3AB is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 171 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.11 |
| HSL | 81.43º | 0.5% | 0.78% | - |
| HSV(B) | 81.43º | 0.25% | 0.89% | - |
| XYZ | 60.55 | 71.14 | 49.07 | - |
| YUV | 214.64 | 103.37 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 171 | 0.09 | 0 | 0.25 | 0.11 | 81.43 | 0.5 | 0.78 |
| Hex | CF | E3 | AB | 9 | 0 | 19 | B | 51 | 32 | 4E |
| Octal | 317 | 343 | 253 | 11 | 0 | 31 | 13 | 121 | 62 | 116 |
| Binary | 11001111 | 11100011 | 10101011 | 1001 | 0 | 11001 | 1011 | 1010001 | 110010 | 1001110 |
Color Harmonies of #CFE3AB
Complementary color
Monochromatic Colors of #CFE3AB
Black with #CFE3AB
Text Example
Text Example
White with #CFE3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE3AB; }
p { color: rgb(207,227,171); }
H1.HeaderClassName
{
color: #CFE3AB;
}
.AnyTagClassName
{
color: #CFE3AB;
}
</style>
background-color css
<style>
a { background-color: #CFE3AB; }
a { background-color: rgb(207,227,171); }
div.DivClassName
{
background-color: #CFE3AB;
}
.BgClassName
{
background-color: #CFE3AB;
}
</style>
border-color css
<style>
span { border-color: #CFE3AB; }
span { border-color: rgb(207,227,171); }
td.TdClassName
{
border-color: #CFE3AB;
}
.TagClassName
{
border-color: #CFE3AB;
}
</style>