Shades of Reef #CFDF9D
Tints of Reef #CFDF9D
RGB
CMYK
RGB Variations
Color information
#CFDF9D (or 0xCFDF9D) is known color: Reef. HEX triplet: CF, DF and 9D. RGB value is (207,223,157). Sum of RGB (Red+Green+Blue) = 207+223+157=587 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.26% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 157 (61.72% from 255 or 26.75% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF9D is #302062. Grayscale: #D2D2D2. Windows color (decimal): -3154019 or 10346447. OLE color: 10346447.
HSL color Cylindrical-coordinate representation of color #CFDF9D: hue angle of 74.55º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFDF9D is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 157 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.13 |
| HSL | 74.55º | 0.51% | 0.75% | - |
| HSV(B) | 74.55º | 0.3% | 0.87% | - |
| XYZ | 58.21 | 68.48 | 42.05 | - |
| YUV | 210.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 157 | 0.07 | 0 | 0.30 | 0.13 | 74.55 | 0.51 | 0.75 |
| Hex | CF | DF | 9D | 7 | 0 | 1E | D | 4B | 33 | 4B |
| Octal | 317 | 337 | 235 | 7 | 0 | 36 | 15 | 113 | 63 | 113 |
| Binary | 11001111 | 11011111 | 10011101 | 111 | 0 | 11110 | 1101 | 1001011 | 110011 | 1001011 |
Color Harmonies of #CFDF9D
Complementary color
Monochromatic Colors of #CFDF9D
Black with #CFDF9D
Text Example
Text Example
White with #CFDF9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF9D; }
p { color: rgb(207,223,157); }
H1.HeaderClassName
{
color: #CFDF9D;
}
.AnyTagClassName
{
color: #CFDF9D;
}
</style>
background-color css
<style>
a { background-color: #CFDF9D; }
a { background-color: rgb(207,223,157); }
div.DivClassName
{
background-color: #CFDF9D;
}
.BgClassName
{
background-color: #CFDF9D;
}
</style>
border-color css
<style>
span { border-color: #CFDF9D; }
span { border-color: rgb(207,223,157); }
td.TdClassName
{
border-color: #CFDF9D;
}
.TagClassName
{
border-color: #CFDF9D;
}
</style>