Shades of Harp #CDD9B5
Tints of Harp #CDD9B5
RGB
CMYK
RGB Variations
Color information
#CDD9B5 (or 0xCDD9B5) is known color: Harp. HEX triplet: CD, D9 and B5. RGB value is (205,217,181). Sum of RGB (Red+Green+Blue) = 205+217+181=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 181 (71.09% from 255 or 30.02% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9B5 is #32264A. Grayscale: #D1D1D1. Windows color (decimal): -3286603 or 11917773. OLE color: 11917773.
HSL color Cylindrical-coordinate representation of color #CDD9B5: hue angle of 80º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDD9B5 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 181 | - |
| CMYK | 0.06 | 0 | 0.17 | 0.15 |
| HSL | 80º | 0.32% | 0.78% | - |
| HSV(B) | 80º | 0.17% | 0.85% | - |
| XYZ | 58.33 | 65.94 | 53.37 | - |
| YUV | 209.31 | 112.02 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 181 | 0.06 | 0 | 0.17 | 0.15 | 80 | 0.32 | 0.78 |
| Hex | CD | D9 | B5 | 6 | 0 | 11 | F | 50 | 20 | 4E |
| Octal | 315 | 331 | 265 | 6 | 0 | 21 | 17 | 120 | 40 | 116 |
| Binary | 11001101 | 11011001 | 10110101 | 110 | 0 | 10001 | 1111 | 1010000 | 100000 | 1001110 |
Color Harmonies of #CDD9B5
Complementary color
Monochromatic Colors of #CDD9B5
Black with #CDD9B5
Text Example
Text Example
White with #CDD9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9B5; }
p { color: rgb(205,217,181); }
H1.HeaderClassName
{
color: #CDD9B5;
}
.AnyTagClassName
{
color: #CDD9B5;
}
</style>
background-color css
<style>
a { background-color: #CDD9B5; }
a { background-color: rgb(205,217,181); }
div.DivClassName
{
background-color: #CDD9B5;
}
.BgClassName
{
background-color: #CDD9B5;
}
</style>
border-color css
<style>
span { border-color: #CDD9B5; }
span { border-color: rgb(205,217,181); }
td.TdClassName
{
border-color: #CDD9B5;
}
.TagClassName
{
border-color: #CDD9B5;
}
</style>