Shades of Reef #CFDFAA
Tints of Reef #CFDFAA
RGB
CMYK
RGB Variations
Color information
#CFDFAA (or 0xCFDFAA) is known color: Reef. HEX triplet: CF, DF and AA. RGB value is (207,223,170). Sum of RGB (Red+Green+Blue) = 207+223+170=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFAA is #302055. Grayscale: #D4D4D4. Windows color (decimal): -3154006 or 11198415. OLE color: 11198415.
HSL color Cylindrical-coordinate representation of color #CFDFAA: hue angle of 78.11º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFDFAA is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 170 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.13 |
| HSL | 78.11º | 0.45% | 0.77% | - |
| HSV(B) | 78.11º | 0.24% | 0.87% | - |
| XYZ | 59.38 | 68.94 | 48.21 | - |
| YUV | 212.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 170 | 0.07 | 0 | 0.24 | 0.13 | 78.11 | 0.45 | 0.77 |
| Hex | CF | DF | AA | 7 | 0 | 18 | D | 4E | 2D | 4D |
| Octal | 317 | 337 | 252 | 7 | 0 | 30 | 15 | 116 | 55 | 115 |
| Binary | 11001111 | 11011111 | 10101010 | 111 | 0 | 11000 | 1101 | 1001110 | 101101 | 1001101 |
Color Harmonies of #CFDFAA
Complementary color
Monochromatic Colors of #CFDFAA
Black with #CFDFAA
Text Example
Text Example
White with #CFDFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFAA; }
p { color: rgb(207,223,170); }
H1.HeaderClassName
{
color: #CFDFAA;
}
.AnyTagClassName
{
color: #CFDFAA;
}
</style>
background-color css
<style>
a { background-color: #CFDFAA; }
a { background-color: rgb(207,223,170); }
div.DivClassName
{
background-color: #CFDFAA;
}
.BgClassName
{
background-color: #CFDFAA;
}
</style>
border-color css
<style>
span { border-color: #CFDFAA; }
span { border-color: rgb(207,223,170); }
td.TdClassName
{
border-color: #CFDFAA;
}
.TagClassName
{
border-color: #CFDFAA;
}
</style>