Shades of Reef #CFDA9A
Tints of Reef #CFDA9A
RGB
CMYK
RGB Variations
Color information
#CFDA9A (or 0xCFDA9A) is known color: Reef. HEX triplet: CF, DA and 9A. RGB value is (207,218,154). Sum of RGB (Red+Green+Blue) = 207+218+154=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 218 (85.55% from 255 or 37.65% from 579); Blue value is 154 (60.55% from 255 or 26.60% from 579); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDA9A is #302565. Grayscale: #CFCFCF. Windows color (decimal): -3155302 or 10148559. OLE color: 10148559.
HSL color Cylindrical-coordinate representation of color #CFDA9A: hue angle of 70.31º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFDA9A is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 154 | - |
| CMYK | 0.05 | 0 | 0.29 | 0.15 |
| HSL | 70.31º | 0.46% | 0.73% | - |
| HSV(B) | 70.31º | 0.29% | 0.85% | - |
| XYZ | 56.64 | 65.74 | 40.28 | - |
| YUV | 207.42 | 97.86 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 154 | 0.05 | 0 | 0.29 | 0.15 | 70.31 | 0.46 | 0.73 |
| Hex | CF | DA | 9A | 5 | 0 | 1D | F | 46 | 2E | 49 |
| Octal | 317 | 332 | 232 | 5 | 0 | 35 | 17 | 106 | 56 | 111 |
| Binary | 11001111 | 11011010 | 10011010 | 101 | 0 | 11101 | 1111 | 1000110 | 101110 | 1001001 |
Color Harmonies of #CFDA9A
Complementary color
Monochromatic Colors of #CFDA9A
Black with #CFDA9A
Text Example
Text Example
White with #CFDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA9A; }
p { color: rgb(207,218,154); }
H1.HeaderClassName
{
color: #CFDA9A;
}
.AnyTagClassName
{
color: #CFDA9A;
}
</style>
background-color css
<style>
a { background-color: #CFDA9A; }
a { background-color: rgb(207,218,154); }
div.DivClassName
{
background-color: #CFDA9A;
}
.BgClassName
{
background-color: #CFDA9A;
}
</style>
border-color css
<style>
span { border-color: #CFDA9A; }
span { border-color: rgb(207,218,154); }
td.TdClassName
{
border-color: #CFDA9A;
}
.TagClassName
{
border-color: #CFDA9A;
}
</style>