Shades of Harp #CDD5B3
Tints of Harp #CDD5B3
RGB
CMYK
RGB Variations
Color information
#CDD5B3 (or 0xCDD5B3) is known color: Harp. HEX triplet: CD, D5 and B3. RGB value is (205,213,179). Sum of RGB (Red+Green+Blue) = 205+213+179=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5B3 is #322A4C. Grayscale: #CECECE. Windows color (decimal): -3287629 or 11785677. OLE color: 11785677.
HSL color Cylindrical-coordinate representation of color #CDD5B3: hue angle of 74.12º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD5B3 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 179 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.16 |
| HSL | 74.12º | 0.29% | 0.77% | - |
| HSV(B) | 74.12º | 0.16% | 0.84% | - |
| XYZ | 57.11 | 63.82 | 51.96 | - |
| YUV | 206.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 179 | 0.04 | 0 | 0.16 | 0.16 | 74.12 | 0.29 | 0.77 |
| Hex | CD | D5 | B3 | 4 | 0 | 10 | 10 | 4A | 1D | 4D |
| Octal | 315 | 325 | 263 | 4 | 0 | 20 | 20 | 112 | 35 | 115 |
| Binary | 11001101 | 11010101 | 10110011 | 100 | 0 | 10000 | 10000 | 1001010 | 11101 | 1001101 |
Color Harmonies of #CDD5B3
Complementary color
Monochromatic Colors of #CDD5B3
Black with #CDD5B3
Text Example
Text Example
White with #CDD5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5B3; }
p { color: rgb(205,213,179); }
H1.HeaderClassName
{
color: #CDD5B3;
}
.AnyTagClassName
{
color: #CDD5B3;
}
</style>
background-color css
<style>
a { background-color: #CDD5B3; }
a { background-color: rgb(205,213,179); }
div.DivClassName
{
background-color: #CDD5B3;
}
.BgClassName
{
background-color: #CDD5B3;
}
</style>
border-color css
<style>
span { border-color: #CDD5B3; }
span { border-color: rgb(205,213,179); }
td.TdClassName
{
border-color: #CDD5B3;
}
.TagClassName
{
border-color: #CDD5B3;
}
</style>