Shades of Harp #CDD4BB
Tints of Harp #CDD4BB
RGB
CMYK
RGB Variations
Color information
#CDD4BB (or 0xCDD4BB) is known color: Harp. HEX triplet: CD, D4 and BB. RGB value is (205,212,187). Sum of RGB (Red+Green+Blue) = 205+212+187=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4BB is #322B44. Grayscale: #CFCFCF. Windows color (decimal): -3287877 or 12309709. OLE color: 12309709.
HSL color Cylindrical-coordinate representation of color #CDD4BB: hue angle of 76.8º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD4BB is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 187 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.17 |
| HSL | 76.8º | 0.23% | 0.78% | - |
| HSV(B) | 76.8º | 0.12% | 0.83% | - |
| XYZ | 57.69 | 63.65 | 56.26 | - |
| YUV | 207.06 | 116.68 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 187 | 0.03 | 0 | 0.12 | 0.17 | 76.8 | 0.23 | 0.78 |
| Hex | CD | D4 | BB | 3 | 0 | C | 11 | 4D | 17 | 4E |
| Octal | 315 | 324 | 273 | 3 | 0 | 14 | 21 | 115 | 27 | 116 |
| Binary | 11001101 | 11010100 | 10111011 | 11 | 0 | 1100 | 10001 | 1001101 | 10111 | 1001110 |
Color Harmonies of #CDD4BB
Complementary color
Monochromatic Colors of #CDD4BB
Black with #CDD4BB
Text Example
Text Example
White with #CDD4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4BB; }
p { color: rgb(205,212,187); }
H1.HeaderClassName
{
color: #CDD4BB;
}
.AnyTagClassName
{
color: #CDD4BB;
}
</style>
background-color css
<style>
a { background-color: #CDD4BB; }
a { background-color: rgb(205,212,187); }
div.DivClassName
{
background-color: #CDD4BB;
}
.BgClassName
{
background-color: #CDD4BB;
}
</style>
border-color css
<style>
span { border-color: #CDD4BB; }
span { border-color: rgb(205,212,187); }
td.TdClassName
{
border-color: #CDD4BB;
}
.TagClassName
{
border-color: #CDD4BB;
}
</style>