Shades of Reef #CFEDA0
Tints of Reef #CFEDA0
RGB
CMYK
RGB Variations
Color information
#CFEDA0 (or 0xCFEDA0) is known color: Reef. HEX triplet: CF, ED and A0. RGB value is (207,237,160). Sum of RGB (Red+Green+Blue) = 207+237+160=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 237 (92.97% from 255 or 39.24% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEDA0 is #30125F. Grayscale: #DBDBDB. Windows color (decimal): -3150432 or 10546639. OLE color: 10546639.
HSL color Cylindrical-coordinate representation of color #CFEDA0: hue angle of 83.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFEDA0 is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 160 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.07 |
| HSL | 83.38º | 0.68% | 0.78% | - |
| HSV(B) | 83.38º | 0.32% | 0.93% | - |
| XYZ | 62.36 | 76.37 | 44.71 | - |
| YUV | 219.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 160 | 0.13 | 0 | 0.32 | 0.07 | 83.38 | 0.68 | 0.78 |
| Hex | CF | ED | A0 | D | 0 | 20 | 7 | 53 | 44 | 4E |
| Octal | 317 | 355 | 240 | 15 | 0 | 40 | 7 | 123 | 104 | 116 |
| Binary | 11001111 | 11101101 | 10100000 | 1101 | 0 | 100000 | 111 | 1010011 | 1000100 | 1001110 |
Color Harmonies of #CFEDA0
Complementary color
Monochromatic Colors of #CFEDA0
Black with #CFEDA0
Text Example
Text Example
White with #CFEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEDA0; }
p { color: rgb(207,237,160); }
H1.HeaderClassName
{
color: #CFEDA0;
}
.AnyTagClassName
{
color: #CFEDA0;
}
</style>
background-color css
<style>
a { background-color: #CFEDA0; }
a { background-color: rgb(207,237,160); }
div.DivClassName
{
background-color: #CFEDA0;
}
.BgClassName
{
background-color: #CFEDA0;
}
</style>
border-color css
<style>
span { border-color: #CFEDA0; }
span { border-color: rgb(207,237,160); }
td.TdClassName
{
border-color: #CFEDA0;
}
.TagClassName
{
border-color: #CFEDA0;
}
</style>