Shades of Reef #CFE6AA
Tints of Reef #CFE6AA
RGB
CMYK
RGB Variations
Color information
#CFE6AA (or 0xCFE6AA) is known color: Reef. HEX triplet: CF, E6 and AA. RGB value is (207,230,170). Sum of RGB (Red+Green+Blue) = 207+230+170=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE6AA is #301955. Grayscale: #D8D8D8. Windows color (decimal): -3152214 or 11200207. OLE color: 11200207.
HSL color Cylindrical-coordinate representation of color #CFE6AA: hue angle of 83º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFE6AA is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 170 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.10 |
| HSL | 83º | 0.55% | 0.78% | - |
| HSV(B) | 83º | 0.26% | 0.9% | - |
| XYZ | 61.28 | 72.76 | 48.84 | - |
| YUV | 216.28 | 101.88 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 170 | 0.10 | 0 | 0.26 | 0.10 | 83 | 0.55 | 0.78 |
| Hex | CF | E6 | AA | A | 0 | 1A | A | 53 | 37 | 4E |
| Octal | 317 | 346 | 252 | 12 | 0 | 32 | 12 | 123 | 67 | 116 |
| Binary | 11001111 | 11100110 | 10101010 | 1010 | 0 | 11010 | 1010 | 1010011 | 110111 | 1001110 |
Color Harmonies of #CFE6AA
Complementary color
Monochromatic Colors of #CFE6AA
Black with #CFE6AA
Text Example
Text Example
White with #CFE6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6AA; }
p { color: rgb(207,230,170); }
H1.HeaderClassName
{
color: #CFE6AA;
}
.AnyTagClassName
{
color: #CFE6AA;
}
</style>
background-color css
<style>
a { background-color: #CFE6AA; }
a { background-color: rgb(207,230,170); }
div.DivClassName
{
background-color: #CFE6AA;
}
.BgClassName
{
background-color: #CFE6AA;
}
</style>
border-color css
<style>
span { border-color: #CFE6AA; }
span { border-color: rgb(207,230,170); }
td.TdClassName
{
border-color: #CFE6AA;
}
.TagClassName
{
border-color: #CFE6AA;
}
</style>