Shades of Harp #CDDCB4
Tints of Harp #CDDCB4
RGB
CMYK
RGB Variations
Color information
#CDDCB4 (or 0xCDDCB4) is known color: Harp. HEX triplet: CD, DC and B4. RGB value is (205,220,180). Sum of RGB (Red+Green+Blue) = 205+220+180=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 180 (70.70% from 255 or 29.75% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCB4 is #32234B. Grayscale: #D3D3D3. Windows color (decimal): -3285836 or 11853005. OLE color: 11853005.
HSL color Cylindrical-coordinate representation of color #CDDCB4: hue angle of 82.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDDCB4 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 180 | - |
| CMYK | 0.07 | 0 | 0.18 | 0.14 |
| HSL | 82.5º | 0.36% | 0.78% | - |
| HSV(B) | 82.5º | 0.18% | 0.86% | - |
| XYZ | 59.01 | 67.46 | 53.09 | - |
| YUV | 210.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 180 | 0.07 | 0 | 0.18 | 0.14 | 82.5 | 0.36 | 0.78 |
| Hex | CD | DC | B4 | 7 | 0 | 12 | E | 52 | 24 | 4E |
| Octal | 315 | 334 | 264 | 7 | 0 | 22 | 16 | 122 | 44 | 116 |
| Binary | 11001101 | 11011100 | 10110100 | 111 | 0 | 10010 | 1110 | 1010010 | 100100 | 1001110 |
Color Harmonies of #CDDCB4
Complementary color
Monochromatic Colors of #CDDCB4
Black with #CDDCB4
Text Example
Text Example
White with #CDDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCB4; }
p { color: rgb(205,220,180); }
H1.HeaderClassName
{
color: #CDDCB4;
}
.AnyTagClassName
{
color: #CDDCB4;
}
</style>
background-color css
<style>
a { background-color: #CDDCB4; }
a { background-color: rgb(205,220,180); }
div.DivClassName
{
background-color: #CDDCB4;
}
.BgClassName
{
background-color: #CDDCB4;
}
</style>
border-color css
<style>
span { border-color: #CDDCB4; }
span { border-color: rgb(205,220,180); }
td.TdClassName
{
border-color: #CDDCB4;
}
.TagClassName
{
border-color: #CDDCB4;
}
</style>