Shades of Harp #CDDCAE
Tints of Harp #CDDCAE
RGB
CMYK
RGB Variations
Color information
#CDDCAE (or 0xCDDCAE) is known color: Harp. HEX triplet: CD, DC and AE. RGB value is (205,220,174). Sum of RGB (Red+Green+Blue) = 205+220+174=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDDCAE is #322351. Grayscale: #D2D2D2. Windows color (decimal): -3285842 or 11459789. OLE color: 11459789.
HSL color Cylindrical-coordinate representation of color #CDDCAE: hue angle of 79.57º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDDCAE is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 174 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.14 |
| HSL | 79.57º | 0.4% | 0.77% | - |
| HSV(B) | 79.57º | 0.21% | 0.86% | - |
| XYZ | 58.41 | 67.22 | 49.94 | - |
| YUV | 210.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 174 | 0.07 | 0 | 0.21 | 0.14 | 79.57 | 0.4 | 0.77 |
| Hex | CD | DC | AE | 7 | 0 | 15 | E | 50 | 28 | 4D |
| Octal | 315 | 334 | 256 | 7 | 0 | 25 | 16 | 120 | 50 | 115 |
| Binary | 11001101 | 11011100 | 10101110 | 111 | 0 | 10101 | 1110 | 1010000 | 101000 | 1001101 |
Color Harmonies of #CDDCAE
Complementary color
Monochromatic Colors of #CDDCAE
Black with #CDDCAE
Text Example
Text Example
White with #CDDCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDCAE; }
p { color: rgb(205,220,174); }
H1.HeaderClassName
{
color: #CDDCAE;
}
.AnyTagClassName
{
color: #CDDCAE;
}
</style>
background-color css
<style>
a { background-color: #CDDCAE; }
a { background-color: rgb(205,220,174); }
div.DivClassName
{
background-color: #CDDCAE;
}
.BgClassName
{
background-color: #CDDCAE;
}
</style>
border-color css
<style>
span { border-color: #CDDCAE; }
span { border-color: rgb(205,220,174); }
td.TdClassName
{
border-color: #CDDCAE;
}
.TagClassName
{
border-color: #CDDCAE;
}
</style>