Shades of Harp #CFDBB8
Tints of Harp #CFDBB8
RGB
CMYK
RGB Variations
Color information
#CFDBB8 (or 0xCFDBB8) is known color: Harp. HEX triplet: CF, DB and B8. RGB value is (207,219,184). Sum of RGB (Red+Green+Blue) = 207+219+184=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDBB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDBB8 is #302447. Grayscale: #D3D3D3. Windows color (decimal): -3155016 or 12114895. OLE color: 12114895.
HSL color Cylindrical-coordinate representation of color #CFDBB8: hue angle of 80.57º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFDBB8 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 184 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.14 |
| HSL | 80.57º | 0.33% | 0.79% | - |
| HSV(B) | 80.57º | 0.16% | 0.86% | - |
| XYZ | 59.72 | 67.39 | 55.21 | - |
| YUV | 211.42 | 112.52 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 184 | 0.05 | 0 | 0.16 | 0.14 | 80.57 | 0.33 | 0.79 |
| Hex | CF | DB | B8 | 5 | 0 | 10 | E | 51 | 21 | 4F |
| Octal | 317 | 333 | 270 | 5 | 0 | 20 | 16 | 121 | 41 | 117 |
| Binary | 11001111 | 11011011 | 10111000 | 101 | 0 | 10000 | 1110 | 1010001 | 100001 | 1001111 |
Color Harmonies of #CFDBB8
Complementary color
Monochromatic Colors of #CFDBB8
Black with #CFDBB8
Text Example
Text Example
White with #CFDBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDBB8; }
p { color: rgb(207,219,184); }
H1.HeaderClassName
{
color: #CFDBB8;
}
.AnyTagClassName
{
color: #CFDBB8;
}
</style>
background-color css
<style>
a { background-color: #CFDBB8; }
a { background-color: rgb(207,219,184); }
div.DivClassName
{
background-color: #CFDBB8;
}
.BgClassName
{
background-color: #CFDBB8;
}
</style>
border-color css
<style>
span { border-color: #CFDBB8; }
span { border-color: rgb(207,219,184); }
td.TdClassName
{
border-color: #CFDBB8;
}
.TagClassName
{
border-color: #CFDBB8;
}
</style>