Shades of Harp #CFDAB3
Tints of Harp #CFDAB3
RGB
CMYK
RGB Variations
Color information
#CFDAB3 (or 0xCFDAB3) is known color: Harp. HEX triplet: CF, DA and B3. RGB value is (207,218,179). Sum of RGB (Red+Green+Blue) = 207+218+179=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDAB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDAB3 is #30254C. Grayscale: #D2D2D2. Windows color (decimal): -3155277 or 11786959. OLE color: 11786959.
HSL color Cylindrical-coordinate representation of color #CFDAB3: hue angle of 76.92º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDAB3 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 179 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.15 |
| HSL | 76.92º | 0.35% | 0.78% | - |
| HSV(B) | 76.92º | 0.18% | 0.85% | - |
| XYZ | 58.94 | 66.66 | 52.41 | - |
| YUV | 210.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 179 | 0.05 | 0 | 0.18 | 0.15 | 76.92 | 0.35 | 0.78 |
| Hex | CF | DA | B3 | 5 | 0 | 12 | F | 4D | 23 | 4E |
| Octal | 317 | 332 | 263 | 5 | 0 | 22 | 17 | 115 | 43 | 116 |
| Binary | 11001111 | 11011010 | 10110011 | 101 | 0 | 10010 | 1111 | 1001101 | 100011 | 1001110 |
Color Harmonies of #CFDAB3
Complementary color
Monochromatic Colors of #CFDAB3
Black with #CFDAB3
Text Example
Text Example
White with #CFDAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDAB3; }
p { color: rgb(207,218,179); }
H1.HeaderClassName
{
color: #CFDAB3;
}
.AnyTagClassName
{
color: #CFDAB3;
}
</style>
background-color css
<style>
a { background-color: #CFDAB3; }
a { background-color: rgb(207,218,179); }
div.DivClassName
{
background-color: #CFDAB3;
}
.BgClassName
{
background-color: #CFDAB3;
}
</style>
border-color css
<style>
span { border-color: #CFDAB3; }
span { border-color: rgb(207,218,179); }
td.TdClassName
{
border-color: #CFDAB3;
}
.TagClassName
{
border-color: #CFDAB3;
}
</style>