Shades of Reef #CFDDAD
Tints of Reef #CFDDAD
RGB
CMYK
RGB Variations
Color information
#CFDDAD (or 0xCFDDAD) is known color: Reef. HEX triplet: CF, DD and AD. RGB value is (207,221,173). Sum of RGB (Red+Green+Blue) = 207+221+173=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDAD is #302252. Grayscale: #D3D3D3. Windows color (decimal): -3154515 or 11394511. OLE color: 11394511.
HSL color Cylindrical-coordinate representation of color #CFDDAD: hue angle of 77.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFDDAD is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 173 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.13 |
| HSL | 77.5º | 0.41% | 0.77% | - |
| HSV(B) | 77.5º | 0.22% | 0.87% | - |
| XYZ | 59.13 | 68 | 49.54 | - |
| YUV | 211.34 | 106.36 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 173 | 0.06 | 0 | 0.22 | 0.13 | 77.5 | 0.41 | 0.77 |
| Hex | CF | DD | AD | 6 | 0 | 16 | D | 4E | 29 | 4D |
| Octal | 317 | 335 | 255 | 6 | 0 | 26 | 15 | 116 | 51 | 115 |
| Binary | 11001111 | 11011101 | 10101101 | 110 | 0 | 10110 | 1101 | 1001110 | 101001 | 1001101 |
Color Harmonies of #CFDDAD
Complementary color
Monochromatic Colors of #CFDDAD
Black with #CFDDAD
Text Example
Text Example
White with #CFDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDAD; }
p { color: rgb(207,221,173); }
H1.HeaderClassName
{
color: #CFDDAD;
}
.AnyTagClassName
{
color: #CFDDAD;
}
</style>
background-color css
<style>
a { background-color: #CFDDAD; }
a { background-color: rgb(207,221,173); }
div.DivClassName
{
background-color: #CFDDAD;
}
.BgClassName
{
background-color: #CFDDAD;
}
</style>
border-color css
<style>
span { border-color: #CFDDAD; }
span { border-color: rgb(207,221,173); }
td.TdClassName
{
border-color: #CFDDAD;
}
.TagClassName
{
border-color: #CFDDAD;
}
</style>