Shades of Reef #CFDF9F
Tints of Reef #CFDF9F
RGB
CMYK
RGB Variations
Color information
#CFDF9F (or 0xCFDF9F) is known color: Reef. HEX triplet: CF, DF and 9F. RGB value is (207,223,159). Sum of RGB (Red+Green+Blue) = 207+223+159=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 159 (62.5% from 255 or 26.99% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF9F is #302060. Grayscale: #D3D3D3. Windows color (decimal): -3154017 or 10477519. OLE color: 10477519.
HSL color Cylindrical-coordinate representation of color #CFDF9F: hue angle of 75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFDF9F is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 159 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.13 |
| HSL | 75º | 0.5% | 0.75% | - |
| HSV(B) | 75º | 0.29% | 0.87% | - |
| XYZ | 58.38 | 68.54 | 42.95 | - |
| YUV | 210.92 | 98.7 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 159 | 0.07 | 0 | 0.29 | 0.13 | 75 | 0.5 | 0.75 |
| Hex | CF | DF | 9F | 7 | 0 | 1D | D | 4B | 32 | 4B |
| Octal | 317 | 337 | 237 | 7 | 0 | 35 | 15 | 113 | 62 | 113 |
| Binary | 11001111 | 11011111 | 10011111 | 111 | 0 | 11101 | 1101 | 1001011 | 110010 | 1001011 |
Color Harmonies of #CFDF9F
Complementary color
Monochromatic Colors of #CFDF9F
Black with #CFDF9F
Text Example
Text Example
White with #CFDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF9F; }
p { color: rgb(207,223,159); }
H1.HeaderClassName
{
color: #CFDF9F;
}
.AnyTagClassName
{
color: #CFDF9F;
}
</style>
background-color css
<style>
a { background-color: #CFDF9F; }
a { background-color: rgb(207,223,159); }
div.DivClassName
{
background-color: #CFDF9F;
}
.BgClassName
{
background-color: #CFDF9F;
}
</style>
border-color css
<style>
span { border-color: #CFDF9F; }
span { border-color: rgb(207,223,159); }
td.TdClassName
{
border-color: #CFDF9F;
}
.TagClassName
{
border-color: #CFDF9F;
}
</style>