Shades of Reef #CFE6A8
Tints of Reef #CFE6A8
RGB
CMYK
RGB Variations
Color information
#CFE6A8 (or 0xCFE6A8) is known color: Reef. HEX triplet: CF, E6 and A8. RGB value is (207,230,168). Sum of RGB (Red+Green+Blue) = 207+230+168=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 230 (90.23% from 255 or 38.02% from 605); Blue value is 168 (66.02% from 255 or 27.77% from 605); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE6A8 is #301957. Grayscale: #D8D8D8. Windows color (decimal): -3152216 or 11069135. OLE color: 11069135.
HSL color Cylindrical-coordinate representation of color #CFE6A8: hue angle of 82.26º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFE6A8 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 168 | - |
| CMYK | 0.10 | 0 | 0.27 | 0.10 |
| HSL | 82.26º | 0.55% | 0.78% | - |
| HSV(B) | 82.26º | 0.27% | 0.9% | - |
| XYZ | 61.1 | 72.69 | 47.86 | - |
| YUV | 216.06 | 100.88 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 168 | 0.10 | 0 | 0.27 | 0.10 | 82.26 | 0.55 | 0.78 |
| Hex | CF | E6 | A8 | A | 0 | 1B | A | 52 | 37 | 4E |
| Octal | 317 | 346 | 250 | 12 | 0 | 33 | 12 | 122 | 67 | 116 |
| Binary | 11001111 | 11100110 | 10101000 | 1010 | 0 | 11011 | 1010 | 1010010 | 110111 | 1001110 |
Color Harmonies of #CFE6A8
Complementary color
Monochromatic Colors of #CFE6A8
Black with #CFE6A8
Text Example
Text Example
White with #CFE6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6A8; }
p { color: rgb(207,230,168); }
H1.HeaderClassName
{
color: #CFE6A8;
}
.AnyTagClassName
{
color: #CFE6A8;
}
</style>
background-color css
<style>
a { background-color: #CFE6A8; }
a { background-color: rgb(207,230,168); }
div.DivClassName
{
background-color: #CFE6A8;
}
.BgClassName
{
background-color: #CFE6A8;
}
</style>
border-color css
<style>
span { border-color: #CFE6A8; }
span { border-color: rgb(207,230,168); }
td.TdClassName
{
border-color: #CFE6A8;
}
.TagClassName
{
border-color: #CFE6A8;
}
</style>