Shades of Reef #CFDFAE
Tints of Reef #CFDFAE
RGB
CMYK
RGB Variations
Color information
#CFDFAE (or 0xCFDFAE) is known color: Reef. HEX triplet: CF, DF and AE. RGB value is (207,223,174). Sum of RGB (Red+Green+Blue) = 207+223+174=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFAE is #302051. Grayscale: #D4D4D4. Windows color (decimal): -3154002 or 11460559. OLE color: 11460559.
HSL color Cylindrical-coordinate representation of color #CFDFAE: hue angle of 79.59º 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 #CFDFAE is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 174 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.13 |
| HSL | 79.59º | 0.43% | 0.78% | - |
| HSV(B) | 79.59º | 0.22% | 0.87% | - |
| XYZ | 59.76 | 69.1 | 50.23 | - |
| YUV | 212.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 174 | 0.07 | 0 | 0.22 | 0.13 | 79.59 | 0.43 | 0.78 |
| Hex | CF | DF | AE | 7 | 0 | 16 | D | 50 | 2B | 4E |
| Octal | 317 | 337 | 256 | 7 | 0 | 26 | 15 | 120 | 53 | 116 |
| Binary | 11001111 | 11011111 | 10101110 | 111 | 0 | 10110 | 1101 | 1010000 | 101011 | 1001110 |
Color Harmonies of #CFDFAE
Complementary color
Monochromatic Colors of #CFDFAE
Black with #CFDFAE
Text Example
Text Example
White with #CFDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFAE; }
p { color: rgb(207,223,174); }
H1.HeaderClassName
{
color: #CFDFAE;
}
.AnyTagClassName
{
color: #CFDFAE;
}
</style>
background-color css
<style>
a { background-color: #CFDFAE; }
a { background-color: rgb(207,223,174); }
div.DivClassName
{
background-color: #CFDFAE;
}
.BgClassName
{
background-color: #CFDFAE;
}
</style>
border-color css
<style>
span { border-color: #CFDFAE; }
span { border-color: rgb(207,223,174); }
td.TdClassName
{
border-color: #CFDFAE;
}
.TagClassName
{
border-color: #CFDFAE;
}
</style>