Shades of Reef #CFDFAB
Tints of Reef #CFDFAB
RGB
CMYK
RGB Variations
Color information
#CFDFAB (or 0xCFDFAB) is known color: Reef. HEX triplet: CF, DF and AB. RGB value is (207,223,171). Sum of RGB (Red+Green+Blue) = 207+223+171=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #CFDFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDFAB is #302054. Grayscale: #D4D4D4. Windows color (decimal): -3154005 or 11263951. OLE color: 11263951.
HSL color Cylindrical-coordinate representation of color #CFDFAB: hue angle of 78.46º degrees, saturation: 0.45, 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 #CFDFAB is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 223 | 171 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.13 |
| HSL | 78.46º | 0.45% | 0.77% | - |
| HSV(B) | 78.46º | 0.23% | 0.87% | - |
| XYZ | 59.47 | 68.98 | 48.71 | - |
| YUV | 212.29 | 104.7 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 223 | 171 | 0.07 | 0 | 0.23 | 0.13 | 78.46 | 0.45 | 0.77 |
| Hex | CF | DF | AB | 7 | 0 | 17 | D | 4E | 2D | 4D |
| Octal | 317 | 337 | 253 | 7 | 0 | 27 | 15 | 116 | 55 | 115 |
| Binary | 11001111 | 11011111 | 10101011 | 111 | 0 | 10111 | 1101 | 1001110 | 101101 | 1001101 |
Color Harmonies of #CFDFAB
Complementary color
Monochromatic Colors of #CFDFAB
Black with #CFDFAB
Text Example
Text Example
White with #CFDFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDFAB; }
p { color: rgb(207,223,171); }
H1.HeaderClassName
{
color: #CFDFAB;
}
.AnyTagClassName
{
color: #CFDFAB;
}
</style>
background-color css
<style>
a { background-color: #CFDFAB; }
a { background-color: rgb(207,223,171); }
div.DivClassName
{
background-color: #CFDFAB;
}
.BgClassName
{
background-color: #CFDFAB;
}
</style>
border-color css
<style>
span { border-color: #CFDFAB; }
span { border-color: rgb(207,223,171); }
td.TdClassName
{
border-color: #CFDFAB;
}
.TagClassName
{
border-color: #CFDFAB;
}
</style>