Shades of Harp #CFDAB6
Tints of Harp #CFDAB6
RGB
CMYK
RGB Variations
Color information
#CFDAB6 (or 0xCFDAB6) is known color: Harp. HEX triplet: CF, DA and B6. RGB value is (207,218,182). Sum of RGB (Red+Green+Blue) = 207+218+182=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAB6 is #302549. Grayscale: #D2D2D2. Windows color (decimal): -3155274 or 11983567. OLE color: 11983567.
HSL color Cylindrical-coordinate representation of color #CFDAB6: hue angle of 78.33º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFDAB6 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 182 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.15 |
| HSL | 78.33º | 0.33% | 0.78% | - |
| HSV(B) | 78.33º | 0.17% | 0.85% | - |
| XYZ | 59.25 | 66.79 | 54.02 | - |
| YUV | 210.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 182 | 0.05 | 0 | 0.17 | 0.15 | 78.33 | 0.33 | 0.78 |
| Hex | CF | DA | B6 | 5 | 0 | 11 | F | 4E | 21 | 4E |
| Octal | 317 | 332 | 266 | 5 | 0 | 21 | 17 | 116 | 41 | 116 |
| Binary | 11001111 | 11011010 | 10110110 | 101 | 0 | 10001 | 1111 | 1001110 | 100001 | 1001110 |
Color Harmonies of #CFDAB6
Complementary color
Monochromatic Colors of #CFDAB6
Black with #CFDAB6
Text Example
Text Example
White with #CFDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAB6; }
p { color: rgb(207,218,182); }
H1.HeaderClassName
{
color: #CFDAB6;
}
.AnyTagClassName
{
color: #CFDAB6;
}
</style>
background-color css
<style>
a { background-color: #CFDAB6; }
a { background-color: rgb(207,218,182); }
div.DivClassName
{
background-color: #CFDAB6;
}
.BgClassName
{
background-color: #CFDAB6;
}
</style>
border-color css
<style>
span { border-color: #CFDAB6; }
span { border-color: rgb(207,218,182); }
td.TdClassName
{
border-color: #CFDAB6;
}
.TagClassName
{
border-color: #CFDAB6;
}
</style>