Shades of Reef #CFE4AA
Tints of Reef #CFE4AA
RGB
CMYK
RGB Variations
Color information
#CFE4AA (or 0xCFE4AA) is known color: Reef. HEX triplet: CF, E4 and AA. RGB value is (207,228,170). Sum of RGB (Red+Green+Blue) = 207+228+170=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE4AA is #301B55. Grayscale: #D7D7D7. Windows color (decimal): -3152726 or 11199695. OLE color: 11199695.
HSL color Cylindrical-coordinate representation of color #CFE4AA: hue angle of 81.72º degrees, saturation: 0.52, 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 #CFE4AA is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 170 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.11 |
| HSL | 81.72º | 0.52% | 0.78% | - |
| HSV(B) | 81.72º | 0.25% | 0.89% | - |
| XYZ | 60.73 | 71.65 | 48.66 | - |
| YUV | 215.11 | 102.54 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 170 | 0.09 | 0 | 0.25 | 0.11 | 81.72 | 0.52 | 0.78 |
| Hex | CF | E4 | AA | 9 | 0 | 19 | B | 52 | 34 | 4E |
| Octal | 317 | 344 | 252 | 11 | 0 | 31 | 13 | 122 | 64 | 116 |
| Binary | 11001111 | 11100100 | 10101010 | 1001 | 0 | 11001 | 1011 | 1010010 | 110100 | 1001110 |
Color Harmonies of #CFE4AA
Complementary color
Monochromatic Colors of #CFE4AA
Black with #CFE4AA
Text Example
Text Example
White with #CFE4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE4AA; }
p { color: rgb(207,228,170); }
H1.HeaderClassName
{
color: #CFE4AA;
}
.AnyTagClassName
{
color: #CFE4AA;
}
</style>
background-color css
<style>
a { background-color: #CFE4AA; }
a { background-color: rgb(207,228,170); }
div.DivClassName
{
background-color: #CFE4AA;
}
.BgClassName
{
background-color: #CFE4AA;
}
</style>
border-color css
<style>
span { border-color: #CFE4AA; }
span { border-color: rgb(207,228,170); }
td.TdClassName
{
border-color: #CFE4AA;
}
.TagClassName
{
border-color: #CFE4AA;
}
</style>