Shades of Reef #CFDFAF
Tints of Reef #CFDFAF
RGB
CMYK
RGB Variations
Color information
#CFDFAF (or 0xCFDFAF) is known color: Reef. HEX triplet: CF, DF and AF. RGB value is (207,223,175). Sum of RGB (Red+Green+Blue) = 207+223+175=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 175 (68.75% from 255 or 28.93% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFAF is #302050. Grayscale: #D4D4D4. Windows color (decimal): -3154001 or 11526095. OLE color: 11526095.
HSL color Cylindrical-coordinate representation of color #CFDFAF: hue angle of 80º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFDFAF is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 175 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.13 |
| HSL | 80º | 0.43% | 0.78% | - |
| HSV(B) | 80º | 0.22% | 0.87% | - |
| XYZ | 59.86 | 69.14 | 50.75 | - |
| YUV | 212.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 175 | 0.07 | 0 | 0.22 | 0.13 | 80 | 0.43 | 0.78 |
| Hex | CF | DF | AF | 7 | 0 | 16 | D | 50 | 2B | 4E |
| Octal | 317 | 337 | 257 | 7 | 0 | 26 | 15 | 120 | 53 | 116 |
| Binary | 11001111 | 11011111 | 10101111 | 111 | 0 | 10110 | 1101 | 1010000 | 101011 | 1001110 |
Color Harmonies of #CFDFAF
Complementary color
Monochromatic Colors of #CFDFAF
Black with #CFDFAF
Text Example
Text Example
White with #CFDFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFAF; }
p { color: rgb(207,223,175); }
H1.HeaderClassName
{
color: #CFDFAF;
}
.AnyTagClassName
{
color: #CFDFAF;
}
</style>
background-color css
<style>
a { background-color: #CFDFAF; }
a { background-color: rgb(207,223,175); }
div.DivClassName
{
background-color: #CFDFAF;
}
.BgClassName
{
background-color: #CFDFAF;
}
</style>
border-color css
<style>
span { border-color: #CFDFAF; }
span { border-color: rgb(207,223,175); }
td.TdClassName
{
border-color: #CFDFAF;
}
.TagClassName
{
border-color: #CFDFAF;
}
</style>