Shades of Harp #CFDEB4
Tints of Harp #CFDEB4
RGB
CMYK
RGB Variations
Color information
#CFDEB4 (or 0xCFDEB4) is known color: Harp. HEX triplet: CF, DE and B4. RGB value is (207,222,180). Sum of RGB (Red+Green+Blue) = 207+222+180=609 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.99% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 180 (70.70% from 255 or 29.56% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDEB4 is #30214B. Grayscale: #D4D4D4. Windows color (decimal): -3154252 or 11853519. OLE color: 11853519.
HSL color Cylindrical-coordinate representation of color #CFDEB4: hue angle of 81.43º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFDEB4 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 180 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.13 |
| HSL | 81.43º | 0.39% | 0.79% | - |
| HSV(B) | 81.43º | 0.19% | 0.87% | - |
| XYZ | 60.09 | 68.8 | 53.29 | - |
| YUV | 212.73 | 109.53 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 180 | 0.07 | 0 | 0.19 | 0.13 | 81.43 | 0.39 | 0.79 |
| Hex | CF | DE | B4 | 7 | 0 | 13 | D | 51 | 27 | 4F |
| Octal | 317 | 336 | 264 | 7 | 0 | 23 | 15 | 121 | 47 | 117 |
| Binary | 11001111 | 11011110 | 10110100 | 111 | 0 | 10011 | 1101 | 1010001 | 100111 | 1001111 |
Color Harmonies of #CFDEB4
Complementary color
Monochromatic Colors of #CFDEB4
Black with #CFDEB4
Text Example
Text Example
White with #CFDEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDEB4; }
p { color: rgb(207,222,180); }
H1.HeaderClassName
{
color: #CFDEB4;
}
.AnyTagClassName
{
color: #CFDEB4;
}
</style>
background-color css
<style>
a { background-color: #CFDEB4; }
a { background-color: rgb(207,222,180); }
div.DivClassName
{
background-color: #CFDEB4;
}
.BgClassName
{
background-color: #CFDEB4;
}
</style>
border-color css
<style>
span { border-color: #CFDEB4; }
span { border-color: rgb(207,222,180); }
td.TdClassName
{
border-color: #CFDEB4;
}
.TagClassName
{
border-color: #CFDEB4;
}
</style>