Shades of Harp #CFD6B5
Tints of Harp #CFD6B5
RGB
CMYK
RGB Variations
Color information
#CFD6B5 (or 0xCFD6B5) is known color: Harp. HEX triplet: CF, D6 and B5. RGB value is (207,214,181). Sum of RGB (Red+Green+Blue) = 207+214+181=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 181 (71.09% from 255 or 30.07% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD6B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD6B5 is #30294A. Grayscale: #D0D0D0. Windows color (decimal): -3156299 or 11917007. OLE color: 11917007.
HSL color Cylindrical-coordinate representation of color #CFD6B5: hue angle of 72.73º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CFD6B5 is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 207 | 214 | 181 | - |
CMYK | 0.03 | 0 | 0.15 | 0.16 |
HSL | 72.73º | 0.29% | 0.77% | - |
HSV(B) | 72.73º | 0.15% | 0.84% | - |
XYZ | 58.12 | 64.69 | 53.14 | - |
YUV | 208.15 | 112.68 | 127.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 214 | 181 | 0.03 | 0 | 0.15 | 0.16 | 72.73 | 0.29 | 0.77 |
Hex | CF | D6 | B5 | 3 | 0 | F | 10 | 49 | 1D | 4D |
Octal | 317 | 326 | 265 | 3 | 0 | 17 | 20 | 111 | 35 | 115 |
Binary | 11001111 | 11010110 | 10110101 | 11 | 0 | 1111 | 10000 | 1001001 | 11101 | 1001101 |
Color Harmonies of #CFD6B5
Complementary color
Monochromatic Colors of #CFD6B5
Black with #CFD6B5
Text Example
Text Example
White with #CFD6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD6B5; }
p { color: rgb(207,214,181); }
H1.HeaderClassName
{
color: #CFD6B5;
}
.AnyTagClassName
{
color: #CFD6B5;
}
</style>
background-color css
<style>
a { background-color: #CFD6B5; }
a { background-color: rgb(207,214,181); }
div.DivClassName
{
background-color: #CFD6B5;
}
.BgClassName
{
background-color: #CFD6B5;
}
</style>
border-color css
<style>
span { border-color: #CFD6B5; }
span { border-color: rgb(207,214,181); }
td.TdClassName
{
border-color: #CFD6B5;
}
.TagClassName
{
border-color: #CFD6B5;
}
</style>