Shades of Reef #CFDF99
Tints of Reef #CFDF99
RGB
CMYK
RGB Variations
Color information
#CFDF99 (or 0xCFDF99) is known color: Reef. HEX triplet: CF, DF and 99. RGB value is (207,223,153). Sum of RGB (Red+Green+Blue) = 207+223+153=583 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.51% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF99 is #302066. Grayscale: #D2D2D2. Windows color (decimal): -3154023 or 10084303. OLE color: 10084303.
HSL color Cylindrical-coordinate representation of color #CFDF99: hue angle of 73.71º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CFDF99 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 153 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.13 |
| HSL | 73.71º | 0.52% | 0.74% | - |
| HSV(B) | 73.71º | 0.31% | 0.87% | - |
| XYZ | 57.87 | 68.34 | 40.28 | - |
| YUV | 210.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 153 | 0.07 | 0 | 0.31 | 0.13 | 73.71 | 0.52 | 0.74 |
| Hex | CF | DF | 99 | 7 | 0 | 1F | D | 4A | 34 | 4A |
| Octal | 317 | 337 | 231 | 7 | 0 | 37 | 15 | 112 | 64 | 112 |
| Binary | 11001111 | 11011111 | 10011001 | 111 | 0 | 11111 | 1101 | 1001010 | 110100 | 1001010 |
Color Harmonies of #CFDF99
Complementary color
Monochromatic Colors of #CFDF99
Black with #CFDF99
Text Example
Text Example
White with #CFDF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF99; }
p { color: rgb(207,223,153); }
H1.HeaderClassName
{
color: #CFDF99;
}
.AnyTagClassName
{
color: #CFDF99;
}
</style>
background-color css
<style>
a { background-color: #CFDF99; }
a { background-color: rgb(207,223,153); }
div.DivClassName
{
background-color: #CFDF99;
}
.BgClassName
{
background-color: #CFDF99;
}
</style>
border-color css
<style>
span { border-color: #CFDF99; }
span { border-color: rgb(207,223,153); }
td.TdClassName
{
border-color: #CFDF99;
}
.TagClassName
{
border-color: #CFDF99;
}
</style>