Shades of Reef #CFEDAE
Tints of Reef #CFEDAE
RGB
CMYK
RGB Variations
Color information
#CFEDAE (or 0xCFEDAE) is known color: Reef. HEX triplet: CF, ED and AE. RGB value is (207,237,174). Sum of RGB (Red+Green+Blue) = 207+237+174=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDAE is #301251. Grayscale: #DDDDDD. Windows color (decimal): -3150418 or 11464143. OLE color: 11464143.
HSL color Cylindrical-coordinate representation of color #CFEDAE: hue angle of 88.57º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFEDAE is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 174 | - |
| CMYK | 0.13 | 0 | 0.27 | 0.07 |
| HSL | 88.57º | 0.64% | 0.81% | - |
| HSV(B) | 88.57º | 0.27% | 0.93% | - |
| XYZ | 63.66 | 76.89 | 51.53 | - |
| YUV | 220.85 | 101.56 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 174 | 0.13 | 0 | 0.27 | 0.07 | 88.57 | 0.64 | 0.81 |
| Hex | CF | ED | AE | D | 0 | 1B | 7 | 59 | 40 | 51 |
| Octal | 317 | 355 | 256 | 15 | 0 | 33 | 7 | 131 | 100 | 121 |
| Binary | 11001111 | 11101101 | 10101110 | 1101 | 0 | 11011 | 111 | 1011001 | 1000000 | 1010001 |
Color Harmonies of #CFEDAE
Complementary color
Monochromatic Colors of #CFEDAE
Black with #CFEDAE
Text Example
Text Example
White with #CFEDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDAE; }
p { color: rgb(207,237,174); }
H1.HeaderClassName
{
color: #CFEDAE;
}
.AnyTagClassName
{
color: #CFEDAE;
}
</style>
background-color css
<style>
a { background-color: #CFEDAE; }
a { background-color: rgb(207,237,174); }
div.DivClassName
{
background-color: #CFEDAE;
}
.BgClassName
{
background-color: #CFEDAE;
}
</style>
border-color css
<style>
span { border-color: #CFEDAE; }
span { border-color: rgb(207,237,174); }
td.TdClassName
{
border-color: #CFEDAE;
}
.TagClassName
{
border-color: #CFEDAE;
}
</style>