Shades of Reef #CFEDAF
Tints of Reef #CFEDAF
RGB
CMYK
RGB Variations
Color information
#CFEDAF (or 0xCFEDAF) is known color: Reef. HEX triplet: CF, ED and AF. RGB value is (207,237,175). Sum of RGB (Red+Green+Blue) = 207+237+175=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDAF is #301250. Grayscale: #DDDDDD. Windows color (decimal): -3150417 or 11529679. OLE color: 11529679.
HSL color Cylindrical-coordinate representation of color #CFEDAF: hue angle of 89.03º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFEDAF is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 175 | - |
| CMYK | 0.13 | 0 | 0.26 | 0.07 |
| HSL | 89.03º | 0.63% | 0.81% | - |
| HSV(B) | 89.03º | 0.26% | 0.93% | - |
| XYZ | 63.75 | 76.93 | 52.05 | - |
| YUV | 220.96 | 102.06 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 175 | 0.13 | 0 | 0.26 | 0.07 | 89.03 | 0.63 | 0.81 |
| Hex | CF | ED | AF | D | 0 | 1A | 7 | 59 | 3F | 51 |
| Octal | 317 | 355 | 257 | 15 | 0 | 32 | 7 | 131 | 77 | 121 |
| Binary | 11001111 | 11101101 | 10101111 | 1101 | 0 | 11010 | 111 | 1011001 | 111111 | 1010001 |
Color Harmonies of #CFEDAF
Complementary color
Monochromatic Colors of #CFEDAF
Black with #CFEDAF
Text Example
Text Example
White with #CFEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDAF; }
p { color: rgb(207,237,175); }
H1.HeaderClassName
{
color: #CFEDAF;
}
.AnyTagClassName
{
color: #CFEDAF;
}
</style>
background-color css
<style>
a { background-color: #CFEDAF; }
a { background-color: rgb(207,237,175); }
div.DivClassName
{
background-color: #CFEDAF;
}
.BgClassName
{
background-color: #CFEDAF;
}
</style>
border-color css
<style>
span { border-color: #CFEDAF; }
span { border-color: rgb(207,237,175); }
td.TdClassName
{
border-color: #CFEDAF;
}
.TagClassName
{
border-color: #CFEDAF;
}
</style>