Shades of Reef #CFE1A8
Tints of Reef #CFE1A8
RGB
CMYK
RGB Variations
Color information
#CFE1A8 (or 0xCFE1A8) is known color: Reef. HEX triplet: CF, E1 and A8. RGB value is (207,225,168). Sum of RGB (Red+Green+Blue) = 207+225+168=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE1A8 is #301E57. Grayscale: #D5D5D5. Windows color (decimal): -3153496 or 11067855. OLE color: 11067855.
HSL color Cylindrical-coordinate representation of color #CFE1A8: hue angle of 78.95º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFE1A8 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 168 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.12 |
| HSL | 78.95º | 0.49% | 0.77% | - |
| HSV(B) | 78.95º | 0.25% | 0.88% | - |
| XYZ | 59.73 | 69.94 | 47.4 | - |
| YUV | 213.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 168 | 0.08 | 0 | 0.25 | 0.12 | 78.95 | 0.49 | 0.77 |
| Hex | CF | E1 | A8 | 8 | 0 | 19 | C | 4F | 31 | 4D |
| Octal | 317 | 341 | 250 | 10 | 0 | 31 | 14 | 117 | 61 | 115 |
| Binary | 11001111 | 11100001 | 10101000 | 1000 | 0 | 11001 | 1100 | 1001111 | 110001 | 1001101 |
Color Harmonies of #CFE1A8
Complementary color
Monochromatic Colors of #CFE1A8
Black with #CFE1A8
Text Example
Text Example
White with #CFE1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1A8; }
p { color: rgb(207,225,168); }
H1.HeaderClassName
{
color: #CFE1A8;
}
.AnyTagClassName
{
color: #CFE1A8;
}
</style>
background-color css
<style>
a { background-color: #CFE1A8; }
a { background-color: rgb(207,225,168); }
div.DivClassName
{
background-color: #CFE1A8;
}
.BgClassName
{
background-color: #CFE1A8;
}
</style>
border-color css
<style>
span { border-color: #CFE1A8; }
span { border-color: rgb(207,225,168); }
td.TdClassName
{
border-color: #CFE1A8;
}
.TagClassName
{
border-color: #CFE1A8;
}
</style>