Shades of Harp #CDD3BB
Tints of Harp #CDD3BB
RGB
CMYK
RGB Variations
Color information
#CDD3BB (or 0xCDD3BB) is known color: Harp. HEX triplet: CD, D3 and BB. RGB value is (205,211,187). Sum of RGB (Red+Green+Blue) = 205+211+187=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 211 (82.81% from 255 or 34.99% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3BB is #322C44. Grayscale: #CECECE. Windows color (decimal): -3288133 or 12309453. OLE color: 12309453.
HSL color Cylindrical-coordinate representation of color #CDD3BB: hue angle of 75º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDD3BB is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 187 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.17 |
| HSL | 75º | 0.21% | 0.78% | - |
| HSV(B) | 75º | 0.11% | 0.83% | - |
| XYZ | 57.44 | 63.16 | 56.18 | - |
| YUV | 206.47 | 117.01 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 187 | 0.03 | 0 | 0.11 | 0.17 | 75 | 0.21 | 0.78 |
| Hex | CD | D3 | BB | 3 | 0 | B | 11 | 4B | 15 | 4E |
| Octal | 315 | 323 | 273 | 3 | 0 | 13 | 21 | 113 | 25 | 116 |
| Binary | 11001101 | 11010011 | 10111011 | 11 | 0 | 1011 | 10001 | 1001011 | 10101 | 1001110 |
Color Harmonies of #CDD3BB
Complementary color
Monochromatic Colors of #CDD3BB
Black with #CDD3BB
Text Example
Text Example
White with #CDD3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3BB; }
p { color: rgb(205,211,187); }
H1.HeaderClassName
{
color: #CDD3BB;
}
.AnyTagClassName
{
color: #CDD3BB;
}
</style>
background-color css
<style>
a { background-color: #CDD3BB; }
a { background-color: rgb(205,211,187); }
div.DivClassName
{
background-color: #CDD3BB;
}
.BgClassName
{
background-color: #CDD3BB;
}
</style>
border-color css
<style>
span { border-color: #CDD3BB; }
span { border-color: rgb(205,211,187); }
td.TdClassName
{
border-color: #CDD3BB;
}
.TagClassName
{
border-color: #CDD3BB;
}
</style>