Shades of Harp #CDD5BC
Tints of Harp #CDD5BC
RGB
CMYK
RGB Variations
Color information
#CDD5BC (or 0xCDD5BC) is known color: Harp. HEX triplet: CD, D5 and BC. RGB value is (205,213,188). Sum of RGB (Red+Green+Blue) = 205+213+188=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD5BC is #322A43. Grayscale: #CFCFCF. Windows color (decimal): -3287620 or 12375501. OLE color: 12375501.
HSL color Cylindrical-coordinate representation of color #CDD5BC: hue angle of 79.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD5BC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 188 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.16 |
| HSL | 79.2º | 0.23% | 0.79% | - |
| HSV(B) | 79.2º | 0.12% | 0.84% | - |
| XYZ | 58.05 | 64.2 | 56.91 | - |
| YUV | 207.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 188 | 0.04 | 0 | 0.12 | 0.16 | 79.2 | 0.23 | 0.79 |
| Hex | CD | D5 | BC | 4 | 0 | C | 10 | 4F | 17 | 4F |
| Octal | 315 | 325 | 274 | 4 | 0 | 14 | 20 | 117 | 27 | 117 |
| Binary | 11001101 | 11010101 | 10111100 | 100 | 0 | 1100 | 10000 | 1001111 | 10111 | 1001111 |
Color Harmonies of #CDD5BC
Complementary color
Monochromatic Colors of #CDD5BC
Black with #CDD5BC
Text Example
Text Example
White with #CDD5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5BC; }
p { color: rgb(205,213,188); }
H1.HeaderClassName
{
color: #CDD5BC;
}
.AnyTagClassName
{
color: #CDD5BC;
}
</style>
background-color css
<style>
a { background-color: #CDD5BC; }
a { background-color: rgb(205,213,188); }
div.DivClassName
{
background-color: #CDD5BC;
}
.BgClassName
{
background-color: #CDD5BC;
}
</style>
border-color css
<style>
span { border-color: #CDD5BC; }
span { border-color: rgb(205,213,188); }
td.TdClassName
{
border-color: #CDD5BC;
}
.TagClassName
{
border-color: #CDD5BC;
}
</style>