Shades of Harp #CFDDAF
Tints of Harp #CFDDAF
RGB
CMYK
RGB Variations
Color information
#CFDDAF (or 0xCFDDAF) is known color: Harp. HEX triplet: CF, DD and AF. RGB value is (207,221,175). Sum of RGB (Red+Green+Blue) = 207+221+175=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 175 (68.75% from 255 or 29.02% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDDAF is #302250. Grayscale: #D3D3D3. Windows color (decimal): -3154513 or 11525583. OLE color: 11525583.
HSL color Cylindrical-coordinate representation of color #CFDDAF: hue angle of 78.26º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFDDAF is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 175 | - |
| CMYK | 0.06 | 0 | 0.21 | 0.13 |
| HSL | 78.26º | 0.4% | 0.78% | - |
| HSV(B) | 78.26º | 0.21% | 0.87% | - |
| XYZ | 59.33 | 68.07 | 50.57 | - |
| YUV | 211.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 175 | 0.06 | 0 | 0.21 | 0.13 | 78.26 | 0.4 | 0.78 |
| Hex | CF | DD | AF | 6 | 0 | 15 | D | 4E | 28 | 4E |
| Octal | 317 | 335 | 257 | 6 | 0 | 25 | 15 | 116 | 50 | 116 |
| Binary | 11001111 | 11011101 | 10101111 | 110 | 0 | 10101 | 1101 | 1001110 | 101000 | 1001110 |
Color Harmonies of #CFDDAF
Complementary color
Monochromatic Colors of #CFDDAF
Black with #CFDDAF
Text Example
Text Example
White with #CFDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDAF; }
p { color: rgb(207,221,175); }
H1.HeaderClassName
{
color: #CFDDAF;
}
.AnyTagClassName
{
color: #CFDDAF;
}
</style>
background-color css
<style>
a { background-color: #CFDDAF; }
a { background-color: rgb(207,221,175); }
div.DivClassName
{
background-color: #CFDDAF;
}
.BgClassName
{
background-color: #CFDDAF;
}
</style>
border-color css
<style>
span { border-color: #CFDDAF; }
span { border-color: rgb(207,221,175); }
td.TdClassName
{
border-color: #CFDDAF;
}
.TagClassName
{
border-color: #CFDDAF;
}
</style>