Shades of Reef #CFE8A2
Tints of Reef #CFE8A2
RGB
CMYK
RGB Variations
Color information
#CFE8A2 (or 0xCFE8A2) is known color: Reef. HEX triplet: CF, E8 and A2. RGB value is (207,232,162). Sum of RGB (Red+Green+Blue) = 207+232+162=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE8A2 is #30175D. Grayscale: #D8D8D8. Windows color (decimal): -3151710 or 10676431. OLE color: 10676431.
HSL color Cylindrical-coordinate representation of color #CFE8A2: hue angle of 81.43º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFE8A2 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 162 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.09 |
| HSL | 81.43º | 0.6% | 0.77% | - |
| HSV(B) | 81.43º | 0.3% | 0.91% | - |
| XYZ | 61.11 | 73.59 | 45.17 | - |
| YUV | 216.55 | 97.22 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 162 | 0.11 | 0 | 0.30 | 0.09 | 81.43 | 0.6 | 0.77 |
| Hex | CF | E8 | A2 | B | 0 | 1E | 9 | 51 | 3C | 4D |
| Octal | 317 | 350 | 242 | 13 | 0 | 36 | 11 | 121 | 74 | 115 |
| Binary | 11001111 | 11101000 | 10100010 | 1011 | 0 | 11110 | 1001 | 1010001 | 111100 | 1001101 |
Color Harmonies of #CFE8A2
Complementary color
Monochromatic Colors of #CFE8A2
Black with #CFE8A2
Text Example
Text Example
White with #CFE8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8A2; }
p { color: rgb(207,232,162); }
H1.HeaderClassName
{
color: #CFE8A2;
}
.AnyTagClassName
{
color: #CFE8A2;
}
</style>
background-color css
<style>
a { background-color: #CFE8A2; }
a { background-color: rgb(207,232,162); }
div.DivClassName
{
background-color: #CFE8A2;
}
.BgClassName
{
background-color: #CFE8A2;
}
</style>
border-color css
<style>
span { border-color: #CFE8A2; }
span { border-color: rgb(207,232,162); }
td.TdClassName
{
border-color: #CFE8A2;
}
.TagClassName
{
border-color: #CFE8A2;
}
</style>