Shades of Reef #CFE8A4
Tints of Reef #CFE8A4
RGB
CMYK
RGB Variations
Color information
#CFE8A4 (or 0xCFE8A4) is known color: Reef. HEX triplet: CF, E8 and A4. RGB value is (207,232,164). Sum of RGB (Red+Green+Blue) = 207+232+164=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 164 (64.45% from 255 or 27.20% from 603); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE8A4 is #30175B. Grayscale: #D9D9D9. Windows color (decimal): -3151708 or 10807503. OLE color: 10807503.
HSL color Cylindrical-coordinate representation of color #CFE8A4: hue angle of 82.06º 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 #CFE8A4 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 164 | - |
| CMYK | 0.11 | 0 | 0.29 | 0.09 |
| HSL | 82.06º | 0.6% | 0.78% | - |
| HSV(B) | 82.06º | 0.29% | 0.91% | - |
| XYZ | 61.29 | 73.66 | 46.11 | - |
| YUV | 216.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 164 | 0.11 | 0 | 0.29 | 0.09 | 82.06 | 0.6 | 0.78 |
| Hex | CF | E8 | A4 | B | 0 | 1D | 9 | 52 | 3C | 4E |
| Octal | 317 | 350 | 244 | 13 | 0 | 35 | 11 | 122 | 74 | 116 |
| Binary | 11001111 | 11101000 | 10100100 | 1011 | 0 | 11101 | 1001 | 1010010 | 111100 | 1001110 |
Color Harmonies of #CFE8A4
Complementary color
Monochromatic Colors of #CFE8A4
Black with #CFE8A4
Text Example
Text Example
White with #CFE8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8A4; }
p { color: rgb(207,232,164); }
H1.HeaderClassName
{
color: #CFE8A4;
}
.AnyTagClassName
{
color: #CFE8A4;
}
</style>
background-color css
<style>
a { background-color: #CFE8A4; }
a { background-color: rgb(207,232,164); }
div.DivClassName
{
background-color: #CFE8A4;
}
.BgClassName
{
background-color: #CFE8A4;
}
</style>
border-color css
<style>
span { border-color: #CFE8A4; }
span { border-color: rgb(207,232,164); }
td.TdClassName
{
border-color: #CFE8A4;
}
.TagClassName
{
border-color: #CFE8A4;
}
</style>