Shades of Reef #CFDF9E
Tints of Reef #CFDF9E
RGB
CMYK
RGB Variations
Color information
#CFDF9E (or 0xCFDF9E) is known color: Reef. HEX triplet: CF, DF and 9E. RGB value is (207,223,158). Sum of RGB (Red+Green+Blue) = 207+223+158=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 158 (62.11% from 255 or 26.87% from 588); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDF9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDF9E is #302061. Grayscale: #D3D3D3. Windows color (decimal): -3154018 or 10411983. OLE color: 10411983.
HSL color Cylindrical-coordinate representation of color #CFDF9E: hue angle of 74.77º 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 #CFDF9E is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 158 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.13 |
| HSL | 74.77º | 0.5% | 0.75% | - |
| HSV(B) | 74.77º | 0.29% | 0.87% | - |
| XYZ | 58.29 | 68.51 | 42.5 | - |
| YUV | 210.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 158 | 0.07 | 0 | 0.29 | 0.13 | 74.77 | 0.5 | 0.75 |
| Hex | CF | DF | 9E | 7 | 0 | 1D | D | 4B | 32 | 4B |
| Octal | 317 | 337 | 236 | 7 | 0 | 35 | 15 | 113 | 62 | 113 |
| Binary | 11001111 | 11011111 | 10011110 | 111 | 0 | 11101 | 1101 | 1001011 | 110010 | 1001011 |
Color Harmonies of #CFDF9E
Complementary color
Monochromatic Colors of #CFDF9E
Black with #CFDF9E
Text Example
Text Example
White with #CFDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDF9E; }
p { color: rgb(207,223,158); }
H1.HeaderClassName
{
color: #CFDF9E;
}
.AnyTagClassName
{
color: #CFDF9E;
}
</style>
background-color css
<style>
a { background-color: #CFDF9E; }
a { background-color: rgb(207,223,158); }
div.DivClassName
{
background-color: #CFDF9E;
}
.BgClassName
{
background-color: #CFDF9E;
}
</style>
border-color css
<style>
span { border-color: #CFDF9E; }
span { border-color: rgb(207,223,158); }
td.TdClassName
{
border-color: #CFDF9E;
}
.TagClassName
{
border-color: #CFDF9E;
}
</style>