Shades of Harp #CDD9B3
Tints of Harp #CDD9B3
RGB
CMYK
RGB Variations
Color information
#CDD9B3 (or 0xCDD9B3) is known color: Harp. HEX triplet: CD, D9 and B3. RGB value is (205,217,179). Sum of RGB (Red+Green+Blue) = 205+217+179=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD9B3 is #32264C. Grayscale: #D1D1D1. Windows color (decimal): -3286605 or 11786701. OLE color: 11786701.
HSL color Cylindrical-coordinate representation of color #CDD9B3: hue angle of 78.95º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD9B3 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 179 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.15 |
| HSL | 78.95º | 0.33% | 0.78% | - |
| HSV(B) | 78.95º | 0.18% | 0.85% | - |
| XYZ | 58.13 | 65.86 | 52.3 | - |
| YUV | 209.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 179 | 0.06 | 0 | 0.18 | 0.15 | 78.95 | 0.33 | 0.78 |
| Hex | CD | D9 | B3 | 6 | 0 | 12 | F | 4F | 21 | 4E |
| Octal | 315 | 331 | 263 | 6 | 0 | 22 | 17 | 117 | 41 | 116 |
| Binary | 11001101 | 11011001 | 10110011 | 110 | 0 | 10010 | 1111 | 1001111 | 100001 | 1001110 |
Color Harmonies of #CDD9B3
Complementary color
Monochromatic Colors of #CDD9B3
Black with #CDD9B3
Text Example
Text Example
White with #CDD9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD9B3; }
p { color: rgb(205,217,179); }
H1.HeaderClassName
{
color: #CDD9B3;
}
.AnyTagClassName
{
color: #CDD9B3;
}
</style>
background-color css
<style>
a { background-color: #CDD9B3; }
a { background-color: rgb(205,217,179); }
div.DivClassName
{
background-color: #CDD9B3;
}
.BgClassName
{
background-color: #CDD9B3;
}
</style>
border-color css
<style>
span { border-color: #CDD9B3; }
span { border-color: rgb(205,217,179); }
td.TdClassName
{
border-color: #CDD9B3;
}
.TagClassName
{
border-color: #CDD9B3;
}
</style>