Shades of Reef #CFEDAC
Tints of Reef #CFEDAC
RGB
CMYK
RGB Variations
Color information
#CFEDAC (or 0xCFEDAC) is known color: Reef. HEX triplet: CF, ED and AC. RGB value is (207,237,172). Sum of RGB (Red+Green+Blue) = 207+237+172=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 172 (67.58% from 255 or 27.92% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDAC is #301253. Grayscale: #DCDCDC. Windows color (decimal): -3150420 or 11333071. OLE color: 11333071.
HSL color Cylindrical-coordinate representation of color #CFEDAC: hue angle of 87.69º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFEDAC is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 172 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.07 |
| HSL | 87.69º | 0.64% | 0.8% | - |
| HSV(B) | 87.69º | 0.27% | 0.93% | - |
| XYZ | 63.46 | 76.81 | 50.51 | - |
| YUV | 220.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 172 | 0.13 | 0 | 0.27 | 0.07 | 87.69 | 0.64 | 0.8 |
| Hex | CF | ED | AC | D | 0 | 1B | 7 | 58 | 40 | 50 |
| Octal | 317 | 355 | 254 | 15 | 0 | 33 | 7 | 130 | 100 | 120 |
| Binary | 11001111 | 11101101 | 10101100 | 1101 | 0 | 11011 | 111 | 1011000 | 1000000 | 1010000 |
Color Harmonies of #CFEDAC
Complementary color
Monochromatic Colors of #CFEDAC
Black with #CFEDAC
Text Example
Text Example
White with #CFEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDAC; }
p { color: rgb(207,237,172); }
H1.HeaderClassName
{
color: #CFEDAC;
}
.AnyTagClassName
{
color: #CFEDAC;
}
</style>
background-color css
<style>
a { background-color: #CFEDAC; }
a { background-color: rgb(207,237,172); }
div.DivClassName
{
background-color: #CFEDAC;
}
.BgClassName
{
background-color: #CFEDAC;
}
</style>
border-color css
<style>
span { border-color: #CFEDAC; }
span { border-color: rgb(207,237,172); }
td.TdClassName
{
border-color: #CFEDAC;
}
.TagClassName
{
border-color: #CFEDAC;
}
</style>