Shades of Harp #CDD7B4
Tints of Harp #CDD7B4
RGB
CMYK
RGB Variations
Color information
#CDD7B4 (or 0xCDD7B4) is known color: Harp. HEX triplet: CD, D7 and B4. RGB value is (205,215,180). Sum of RGB (Red+Green+Blue) = 205+215+180=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 180 (70.70% from 255 or 30% from 600); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD7B4 is #32284B. Grayscale: #D0D0D0. Windows color (decimal): -3287116 or 11851725. OLE color: 11851725.
HSL color Cylindrical-coordinate representation of color #CDD7B4: hue angle of 77.14º degrees, saturation: 0.3, 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 #CDD7B4 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 180 | - |
| CMYK | 0.05 | 0 | 0.16 | 0.16 |
| HSL | 77.14º | 0.3% | 0.77% | - |
| HSV(B) | 77.14º | 0.16% | 0.84% | - |
| XYZ | 57.72 | 64.88 | 52.66 | - |
| YUV | 208.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 180 | 0.05 | 0 | 0.16 | 0.16 | 77.14 | 0.3 | 0.77 |
| Hex | CD | D7 | B4 | 5 | 0 | 10 | 10 | 4D | 1E | 4D |
| Octal | 315 | 327 | 264 | 5 | 0 | 20 | 20 | 115 | 36 | 115 |
| Binary | 11001101 | 11010111 | 10110100 | 101 | 0 | 10000 | 10000 | 1001101 | 11110 | 1001101 |
Color Harmonies of #CDD7B4
Complementary color
Monochromatic Colors of #CDD7B4
Black with #CDD7B4
Text Example
Text Example
White with #CDD7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7B4; }
p { color: rgb(205,215,180); }
H1.HeaderClassName
{
color: #CDD7B4;
}
.AnyTagClassName
{
color: #CDD7B4;
}
</style>
background-color css
<style>
a { background-color: #CDD7B4; }
a { background-color: rgb(205,215,180); }
div.DivClassName
{
background-color: #CDD7B4;
}
.BgClassName
{
background-color: #CDD7B4;
}
</style>
border-color css
<style>
span { border-color: #CDD7B4; }
span { border-color: rgb(205,215,180); }
td.TdClassName
{
border-color: #CDD7B4;
}
.TagClassName
{
border-color: #CDD7B4;
}
</style>