Shades of Reef #CFE1AA
Tints of Reef #CFE1AA
RGB
CMYK
RGB Variations
Color information
#CFE1AA (or 0xCFE1AA) is known color: Reef. HEX triplet: CF, E1 and AA. RGB value is (207,225,170). Sum of RGB (Red+Green+Blue) = 207+225+170=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE1AA is #301E55. Grayscale: #D5D5D5. Windows color (decimal): -3153494 or 11198927. OLE color: 11198927.
HSL color Cylindrical-coordinate representation of color #CFE1AA: hue angle of 79.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFE1AA is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 170 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.12 |
| HSL | 79.64º | 0.48% | 0.77% | - |
| HSV(B) | 79.64º | 0.24% | 0.88% | - |
| XYZ | 59.91 | 70.02 | 48.39 | - |
| YUV | 213.35 | 103.54 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 170 | 0.08 | 0 | 0.24 | 0.12 | 79.64 | 0.48 | 0.77 |
| Hex | CF | E1 | AA | 8 | 0 | 18 | C | 50 | 30 | 4D |
| Octal | 317 | 341 | 252 | 10 | 0 | 30 | 14 | 120 | 60 | 115 |
| Binary | 11001111 | 11100001 | 10101010 | 1000 | 0 | 11000 | 1100 | 1010000 | 110000 | 1001101 |
Color Harmonies of #CFE1AA
Complementary color
Monochromatic Colors of #CFE1AA
Black with #CFE1AA
Text Example
Text Example
White with #CFE1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1AA; }
p { color: rgb(207,225,170); }
H1.HeaderClassName
{
color: #CFE1AA;
}
.AnyTagClassName
{
color: #CFE1AA;
}
</style>
background-color css
<style>
a { background-color: #CFE1AA; }
a { background-color: rgb(207,225,170); }
div.DivClassName
{
background-color: #CFE1AA;
}
.BgClassName
{
background-color: #CFE1AA;
}
</style>
border-color css
<style>
span { border-color: #CFE1AA; }
span { border-color: rgb(207,225,170); }
td.TdClassName
{
border-color: #CFE1AA;
}
.TagClassName
{
border-color: #CFE1AA;
}
</style>