Shades of Harp #CFDCB4
Tints of Harp #CFDCB4
RGB
CMYK
RGB Variations
Color information
#CFDCB4 (or 0xCFDCB4) is known color: Harp. HEX triplet: CF, DC and B4. RGB value is (207,220,180). Sum of RGB (Red+Green+Blue) = 207+220+180=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDCB4 is #30234B. Grayscale: #D3D3D3. Windows color (decimal): -3154764 or 11853007. OLE color: 11853007.
HSL color Cylindrical-coordinate representation of color #CFDCB4: hue angle of 79.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFDCB4 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 180 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.14 |
| HSL | 79.5º | 0.36% | 0.78% | - |
| HSV(B) | 79.5º | 0.18% | 0.86% | - |
| XYZ | 59.56 | 67.75 | 53.12 | - |
| YUV | 211.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 180 | 0.06 | 0 | 0.18 | 0.14 | 79.5 | 0.36 | 0.78 |
| Hex | CF | DC | B4 | 6 | 0 | 12 | E | 50 | 24 | 4E |
| Octal | 317 | 334 | 264 | 6 | 0 | 22 | 16 | 120 | 44 | 116 |
| Binary | 11001111 | 11011100 | 10110100 | 110 | 0 | 10010 | 1110 | 1010000 | 100100 | 1001110 |
Color Harmonies of #CFDCB4
Complementary color
Monochromatic Colors of #CFDCB4
Black with #CFDCB4
Text Example
Text Example
White with #CFDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDCB4; }
p { color: rgb(207,220,180); }
H1.HeaderClassName
{
color: #CFDCB4;
}
.AnyTagClassName
{
color: #CFDCB4;
}
</style>
background-color css
<style>
a { background-color: #CFDCB4; }
a { background-color: rgb(207,220,180); }
div.DivClassName
{
background-color: #CFDCB4;
}
.BgClassName
{
background-color: #CFDCB4;
}
</style>
border-color css
<style>
span { border-color: #CFDCB4; }
span { border-color: rgb(207,220,180); }
td.TdClassName
{
border-color: #CFDCB4;
}
.TagClassName
{
border-color: #CFDCB4;
}
</style>