Shades of Reef #CFDD96
Tints of Reef #CFDD96
RGB
CMYK
RGB Variations
Color information
#CFDD96 (or 0xCFDD96) is known color: Reef. HEX triplet: CF, DD and 96. RGB value is (207,221,150). Sum of RGB (Red+Green+Blue) = 207+221+150=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 150 (58.98% from 255 or 25.95% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDD96 is #302269. Grayscale: #D0D0D0. Windows color (decimal): -3154538 or 9887183. OLE color: 9887183.
HSL color Cylindrical-coordinate representation of color #CFDD96: hue angle of 71.83º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFDD96 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 150 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.13 |
| HSL | 71.83º | 0.51% | 0.73% | - |
| HSV(B) | 71.83º | 0.32% | 0.87% | - |
| XYZ | 57.09 | 67.18 | 38.81 | - |
| YUV | 208.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 150 | 0.06 | 0 | 0.32 | 0.13 | 71.83 | 0.51 | 0.73 |
| Hex | CF | DD | 96 | 6 | 0 | 20 | D | 48 | 33 | 49 |
| Octal | 317 | 335 | 226 | 6 | 0 | 40 | 15 | 110 | 63 | 111 |
| Binary | 11001111 | 11011101 | 10010110 | 110 | 0 | 100000 | 1101 | 1001000 | 110011 | 1001001 |
Color Harmonies of #CFDD96
Complementary color
Monochromatic Colors of #CFDD96
Black with #CFDD96
Text Example
Text Example
White with #CFDD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD96; }
p { color: rgb(207,221,150); }
H1.HeaderClassName
{
color: #CFDD96;
}
.AnyTagClassName
{
color: #CFDD96;
}
</style>
background-color css
<style>
a { background-color: #CFDD96; }
a { background-color: rgb(207,221,150); }
div.DivClassName
{
background-color: #CFDD96;
}
.BgClassName
{
background-color: #CFDD96;
}
</style>
border-color css
<style>
span { border-color: #CFDD96; }
span { border-color: rgb(207,221,150); }
td.TdClassName
{
border-color: #CFDD96;
}
.TagClassName
{
border-color: #CFDD96;
}
</style>