Shades of Reef #CFE2AE
Tints of Reef #CFE2AE
RGB
CMYK
RGB Variations
Color information
#CFE2AE (or 0xCFE2AE) is known color: Reef. HEX triplet: CF, E2 and AE. RGB value is (207,226,174). Sum of RGB (Red+Green+Blue) = 207+226+174=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE2AE is #301D51. Grayscale: #D6D6D6. Windows color (decimal): -3153234 or 11461327. OLE color: 11461327.
HSL color Cylindrical-coordinate representation of color #CFE2AE: hue angle of 81.92º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFE2AE is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 174 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.11 |
| HSL | 81.92º | 0.47% | 0.78% | - |
| HSV(B) | 81.92º | 0.23% | 0.89% | - |
| XYZ | 60.57 | 70.71 | 50.5 | - |
| YUV | 214.39 | 105.21 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 174 | 0.08 | 0 | 0.23 | 0.11 | 81.92 | 0.47 | 0.78 |
| Hex | CF | E2 | AE | 8 | 0 | 17 | B | 52 | 2F | 4E |
| Octal | 317 | 342 | 256 | 10 | 0 | 27 | 13 | 122 | 57 | 116 |
| Binary | 11001111 | 11100010 | 10101110 | 1000 | 0 | 10111 | 1011 | 1010010 | 101111 | 1001110 |
Color Harmonies of #CFE2AE
Complementary color
Monochromatic Colors of #CFE2AE
Black with #CFE2AE
Text Example
Text Example
White with #CFE2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE2AE; }
p { color: rgb(207,226,174); }
H1.HeaderClassName
{
color: #CFE2AE;
}
.AnyTagClassName
{
color: #CFE2AE;
}
</style>
background-color css
<style>
a { background-color: #CFE2AE; }
a { background-color: rgb(207,226,174); }
div.DivClassName
{
background-color: #CFE2AE;
}
.BgClassName
{
background-color: #CFE2AE;
}
</style>
border-color css
<style>
span { border-color: #CFE2AE; }
span { border-color: rgb(207,226,174); }
td.TdClassName
{
border-color: #CFE2AE;
}
.TagClassName
{
border-color: #CFE2AE;
}
</style>