Shades of Harp #CDD4BE
Tints of Harp #CDD4BE
RGB
CMYK
RGB Variations
Color information
#CDD4BE (or 0xCDD4BE) is known color: Harp. HEX triplet: CD, D4 and BE. RGB value is (205,212,190). Sum of RGB (Red+Green+Blue) = 205+212+190=607 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.77% from 607); Green value is 212 (83.20% from 255 or 34.93% from 607); Blue value is 190 (74.61% from 255 or 31.30% from 607); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD4BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD4BE is #322B41. Grayscale: #CFCFCF. Windows color (decimal): -3287874 or 12506317. OLE color: 12506317.
HSL color Cylindrical-coordinate representation of color #CDD4BE: hue angle of 79.09º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDD4BE is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 190 | - |
| CMYK | 0.03 | 0 | 0.10 | 0.17 |
| HSL | 79.09º | 0.2% | 0.79% | - |
| HSV(B) | 79.09º | 0.1% | 0.83% | - |
| XYZ | 58.01 | 63.78 | 57.97 | - |
| YUV | 207.4 | 118.18 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 190 | 0.03 | 0 | 0.10 | 0.17 | 79.09 | 0.2 | 0.79 |
| Hex | CD | D4 | BE | 3 | 0 | A | 11 | 4F | 14 | 4F |
| Octal | 315 | 324 | 276 | 3 | 0 | 12 | 21 | 117 | 24 | 117 |
| Binary | 11001101 | 11010100 | 10111110 | 11 | 0 | 1010 | 10001 | 1001111 | 10100 | 1001111 |
Color Harmonies of #CDD4BE
Complementary color
Monochromatic Colors of #CDD4BE
Black with #CDD4BE
Text Example
Text Example
White with #CDD4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4BE; }
p { color: rgb(205,212,190); }
H1.HeaderClassName
{
color: #CDD4BE;
}
.AnyTagClassName
{
color: #CDD4BE;
}
</style>
background-color css
<style>
a { background-color: #CDD4BE; }
a { background-color: rgb(205,212,190); }
div.DivClassName
{
background-color: #CDD4BE;
}
.BgClassName
{
background-color: #CDD4BE;
}
</style>
border-color css
<style>
span { border-color: #CDD4BE; }
span { border-color: rgb(205,212,190); }
td.TdClassName
{
border-color: #CDD4BE;
}
.TagClassName
{
border-color: #CDD4BE;
}
</style>