Shades of Reef #CFE9A6
Tints of Reef #CFE9A6
RGB
CMYK
RGB Variations
Color information
#CFE9A6 (or 0xCFE9A6) is known color: Reef. HEX triplet: CF, E9 and A6. RGB value is (207,233,166). Sum of RGB (Red+Green+Blue) = 207+233+166=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9A6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE9A6 is #301659. Grayscale: #D9D9D9. Windows color (decimal): -3151450 or 10938831. OLE color: 10938831.
HSL color Cylindrical-coordinate representation of color #CFE9A6: hue angle of 83.28º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFE9A6 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 166 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.09 |
| HSL | 83.28º | 0.6% | 0.78% | - |
| HSV(B) | 83.28º | 0.29% | 0.91% | - |
| XYZ | 61.75 | 74.3 | 47.16 | - |
| YUV | 217.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 166 | 0.11 | 0 | 0.29 | 0.09 | 83.28 | 0.6 | 0.78 |
| Hex | CF | E9 | A6 | B | 0 | 1D | 9 | 53 | 3C | 4E |
| Octal | 317 | 351 | 246 | 13 | 0 | 35 | 11 | 123 | 74 | 116 |
| Binary | 11001111 | 11101001 | 10100110 | 1011 | 0 | 11101 | 1001 | 1010011 | 111100 | 1001110 |
Color Harmonies of #CFE9A6
Complementary color
Monochromatic Colors of #CFE9A6
Black with #CFE9A6
Text Example
Text Example
White with #CFE9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE9A6; }
p { color: rgb(207,233,166); }
H1.HeaderClassName
{
color: #CFE9A6;
}
.AnyTagClassName
{
color: #CFE9A6;
}
</style>
background-color css
<style>
a { background-color: #CFE9A6; }
a { background-color: rgb(207,233,166); }
div.DivClassName
{
background-color: #CFE9A6;
}
.BgClassName
{
background-color: #CFE9A6;
}
</style>
border-color css
<style>
span { border-color: #CFE9A6; }
span { border-color: rgb(207,233,166); }
td.TdClassName
{
border-color: #CFE9A6;
}
.TagClassName
{
border-color: #CFE9A6;
}
</style>