Shades of Reef #CFDC9A
Tints of Reef #CFDC9A
RGB
CMYK
RGB Variations
Color information
#CFDC9A (or 0xCFDC9A) is known color: Reef. HEX triplet: CF, DC and 9A. RGB value is (207,220,154). Sum of RGB (Red+Green+Blue) = 207+220+154=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDC9A is #302365. Grayscale: #D0D0D0. Windows color (decimal): -3154790 or 10149071. OLE color: 10149071.
HSL color Cylindrical-coordinate representation of color #CFDC9A: hue angle of 71.82º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFDC9A is Cyan = 0.06, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 154 | - |
| CMYK | 0.06 | 0 | 0.3 | 0.14 |
| HSL | 71.82º | 0.49% | 0.73% | - |
| HSV(B) | 71.82º | 0.3% | 0.86% | - |
| XYZ | 57.16 | 66.78 | 40.45 | - |
| YUV | 208.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 154 | 0.06 | 0 | 0.3 | 0.14 | 71.82 | 0.49 | 0.73 |
| Hex | CF | DC | 9A | 6 | 0 | 1E | E | 48 | 31 | 49 |
| Octal | 317 | 334 | 232 | 6 | 0 | 36 | 16 | 110 | 61 | 111 |
| Binary | 11001111 | 11011100 | 10011010 | 110 | 0 | 11110 | 1110 | 1001000 | 110001 | 1001001 |
Color Harmonies of #CFDC9A
Complementary color
Monochromatic Colors of #CFDC9A
Black with #CFDC9A
Text Example
Text Example
White with #CFDC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC9A; }
p { color: rgb(207,220,154); }
H1.HeaderClassName
{
color: #CFDC9A;
}
.AnyTagClassName
{
color: #CFDC9A;
}
</style>
background-color css
<style>
a { background-color: #CFDC9A; }
a { background-color: rgb(207,220,154); }
div.DivClassName
{
background-color: #CFDC9A;
}
.BgClassName
{
background-color: #CFDC9A;
}
</style>
border-color css
<style>
span { border-color: #CFDC9A; }
span { border-color: rgb(207,220,154); }
td.TdClassName
{
border-color: #CFDC9A;
}
.TagClassName
{
border-color: #CFDC9A;
}
</style>