Shades of Harp #CDD5BF
Tints of Harp #CDD5BF
RGB
CMYK
RGB Variations
Color information
#CDD5BF (or 0xCDD5BF) is known color: Harp. HEX triplet: CD, D5 and BF. RGB value is (205,213,191). Sum of RGB (Red+Green+Blue) = 205+213+191=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 213 (83.59% from 255 or 34.98% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5BF is #322A40. Grayscale: #D0D0D0. Windows color (decimal): -3287617 or 12572109. OLE color: 12572109.
HSL color Cylindrical-coordinate representation of color #CDD5BF: hue angle of 81.82º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD5BF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 191 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.16 |
| HSL | 81.82º | 0.21% | 0.79% | - |
| HSV(B) | 81.82º | 0.1% | 0.84% | - |
| XYZ | 58.38 | 64.33 | 58.63 | - |
| YUV | 208.1 | 118.35 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 191 | 0.04 | 0 | 0.10 | 0.16 | 81.82 | 0.21 | 0.79 |
| Hex | CD | D5 | BF | 4 | 0 | A | 10 | 52 | 15 | 4F |
| Octal | 315 | 325 | 277 | 4 | 0 | 12 | 20 | 122 | 25 | 117 |
| Binary | 11001101 | 11010101 | 10111111 | 100 | 0 | 1010 | 10000 | 1010010 | 10101 | 1001111 |
Color Harmonies of #CDD5BF
Complementary color
Monochromatic Colors of #CDD5BF
Black with #CDD5BF
Text Example
Text Example
White with #CDD5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5BF; }
p { color: rgb(205,213,191); }
H1.HeaderClassName
{
color: #CDD5BF;
}
.AnyTagClassName
{
color: #CDD5BF;
}
</style>
background-color css
<style>
a { background-color: #CDD5BF; }
a { background-color: rgb(205,213,191); }
div.DivClassName
{
background-color: #CDD5BF;
}
.BgClassName
{
background-color: #CDD5BF;
}
</style>
border-color css
<style>
span { border-color: #CDD5BF; }
span { border-color: rgb(205,213,191); }
td.TdClassName
{
border-color: #CDD5BF;
}
.TagClassName
{
border-color: #CDD5BF;
}
</style>