Shades of Harp #CFDEB1
Tints of Harp #CFDEB1
RGB
CMYK
RGB Variations
Color information
#CFDEB1 (or 0xCFDEB1) is known color: Harp. HEX triplet: CF, DE and B1. RGB value is (207,222,177). Sum of RGB (Red+Green+Blue) = 207+222+177=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 177 (69.53% from 255 or 29.21% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFDEB1 is #30214E. Grayscale: #D4D4D4. Windows color (decimal): -3154255 or 11656911. OLE color: 11656911.
HSL color Cylindrical-coordinate representation of color #CFDEB1: hue angle of 80º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFDEB1 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 177 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.13 |
| HSL | 80º | 0.41% | 0.78% | - |
| HSV(B) | 80º | 0.2% | 0.87% | - |
| XYZ | 59.79 | 68.68 | 51.7 | - |
| YUV | 212.39 | 108.03 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 177 | 0.07 | 0 | 0.20 | 0.13 | 80 | 0.41 | 0.78 |
| Hex | CF | DE | B1 | 7 | 0 | 14 | D | 50 | 29 | 4E |
| Octal | 317 | 336 | 261 | 7 | 0 | 24 | 15 | 120 | 51 | 116 |
| Binary | 11001111 | 11011110 | 10110001 | 111 | 0 | 10100 | 1101 | 1010000 | 101001 | 1001110 |
Color Harmonies of #CFDEB1
Complementary color
Monochromatic Colors of #CFDEB1
Black with #CFDEB1
Text Example
Text Example
White with #CFDEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEB1; }
p { color: rgb(207,222,177); }
H1.HeaderClassName
{
color: #CFDEB1;
}
.AnyTagClassName
{
color: #CFDEB1;
}
</style>
background-color css
<style>
a { background-color: #CFDEB1; }
a { background-color: rgb(207,222,177); }
div.DivClassName
{
background-color: #CFDEB1;
}
.BgClassName
{
background-color: #CFDEB1;
}
</style>
border-color css
<style>
span { border-color: #CFDEB1; }
span { border-color: rgb(207,222,177); }
td.TdClassName
{
border-color: #CFDEB1;
}
.TagClassName
{
border-color: #CFDEB1;
}
</style>