Shades of Reef #CFDFAC
Tints of Reef #CFDFAC
RGB
CMYK
RGB Variations
Color information
#CFDFAC (or 0xCFDFAC) is known color: Reef. HEX triplet: CF, DF and AC. RGB value is (207,223,172). Sum of RGB (Red+Green+Blue) = 207+223+172=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFAC is #302053. Grayscale: #D4D4D4. Windows color (decimal): -3154004 or 11329487. OLE color: 11329487.
HSL color Cylindrical-coordinate representation of color #CFDFAC: hue angle of 78.82º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFDFAC is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 172 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.13 |
| HSL | 78.82º | 0.44% | 0.77% | - |
| HSV(B) | 78.82º | 0.23% | 0.87% | - |
| XYZ | 59.57 | 69.02 | 49.21 | - |
| YUV | 212.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 172 | 0.07 | 0 | 0.23 | 0.13 | 78.82 | 0.44 | 0.77 |
| Hex | CF | DF | AC | 7 | 0 | 17 | D | 4F | 2C | 4D |
| Octal | 317 | 337 | 254 | 7 | 0 | 27 | 15 | 117 | 54 | 115 |
| Binary | 11001111 | 11011111 | 10101100 | 111 | 0 | 10111 | 1101 | 1001111 | 101100 | 1001101 |
Color Harmonies of #CFDFAC
Complementary color
Monochromatic Colors of #CFDFAC
Black with #CFDFAC
Text Example
Text Example
White with #CFDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFAC; }
p { color: rgb(207,223,172); }
H1.HeaderClassName
{
color: #CFDFAC;
}
.AnyTagClassName
{
color: #CFDFAC;
}
</style>
background-color css
<style>
a { background-color: #CFDFAC; }
a { background-color: rgb(207,223,172); }
div.DivClassName
{
background-color: #CFDFAC;
}
.BgClassName
{
background-color: #CFDFAC;
}
</style>
border-color css
<style>
span { border-color: #CFDFAC; }
span { border-color: rgb(207,223,172); }
td.TdClassName
{
border-color: #CFDFAC;
}
.TagClassName
{
border-color: #CFDFAC;
}
</style>