Shades of Reef #CFE893
Tints of Reef #CFE893
RGB
CMYK
RGB Variations
Color information
#CFE893 (or 0xCFE893) is known color: Reef. HEX triplet: CF, E8 and 93. RGB value is (207,232,147). Sum of RGB (Red+Green+Blue) = 207+232+147=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 232 (91.02% from 255 or 39.59% from 586); Blue value is 147 (57.81% from 255 or 25.09% from 586); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE893 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFE893 is #30176C. Grayscale: #D7D7D7. Windows color (decimal): -3151725 or 9693391. OLE color: 9693391.
HSL color Cylindrical-coordinate representation of color #CFE893: hue angle of 77.65º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CFE893 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 147 | - |
| CMYK | 0.11 | 0 | 0.37 | 0.09 |
| HSL | 77.65º | 0.65% | 0.74% | - |
| HSV(B) | 77.65º | 0.37% | 0.91% | - |
| XYZ | 59.86 | 73.09 | 38.56 | - |
| YUV | 214.84 | 89.72 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 147 | 0.11 | 0 | 0.37 | 0.09 | 77.65 | 0.65 | 0.74 |
| Hex | CF | E8 | 93 | B | 0 | 25 | 9 | 4E | 41 | 4A |
| Octal | 317 | 350 | 223 | 13 | 0 | 45 | 11 | 116 | 101 | 112 |
| Binary | 11001111 | 11101000 | 10010011 | 1011 | 0 | 100101 | 1001 | 1001110 | 1000001 | 1001010 |
Color Harmonies of #CFE893
Complementary color
Monochromatic Colors of #CFE893
Black with #CFE893
Text Example
Text Example
White with #CFE893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE893; }
p { color: rgb(207,232,147); }
H1.HeaderClassName
{
color: #CFE893;
}
.AnyTagClassName
{
color: #CFE893;
}
</style>
background-color css
<style>
a { background-color: #CFE893; }
a { background-color: rgb(207,232,147); }
div.DivClassName
{
background-color: #CFE893;
}
.BgClassName
{
background-color: #CFE893;
}
</style>
border-color css
<style>
span { border-color: #CFE893; }
span { border-color: rgb(207,232,147); }
td.TdClassName
{
border-color: #CFE893;
}
.TagClassName
{
border-color: #CFE893;
}
</style>