Shades of Harp #CDDAB6
Tints of Harp #CDDAB6
RGB
CMYK
RGB Variations
Color information
#CDDAB6 (or 0xCDDAB6) is known color: Harp. HEX triplet: CD, DA and B6. RGB value is (205,218,182). Sum of RGB (Red+Green+Blue) = 205+218+182=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 182 (71.48% from 255 or 30.08% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDAB6 is #322549. Grayscale: #D2D2D2. Windows color (decimal): -3286346 or 11983565. OLE color: 11983565.
HSL color Cylindrical-coordinate representation of color #CDDAB6: hue angle of 81.67º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDDAB6 is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 218 | 182 | - |
CMYK | 0.06 | 0 | 0.17 | 0.15 |
HSL | 81.67º | 0.33% | 0.78% | - |
HSV(B) | 81.67º | 0.17% | 0.85% | - |
XYZ | 58.69 | 66.5 | 54 | - |
YUV | 210.01 | 112.19 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 218 | 182 | 0.06 | 0 | 0.17 | 0.15 | 81.67 | 0.33 | 0.78 |
Hex | CD | DA | B6 | 6 | 0 | 11 | F | 52 | 21 | 4E |
Octal | 315 | 332 | 266 | 6 | 0 | 21 | 17 | 122 | 41 | 116 |
Binary | 11001101 | 11011010 | 10110110 | 110 | 0 | 10001 | 1111 | 1010010 | 100001 | 1001110 |
Color Harmonies of #CDDAB6
Complementary color
Monochromatic Colors of #CDDAB6
Black with #CDDAB6
Text Example
Text Example
White with #CDDAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDAB6; }
p { color: rgb(205,218,182); }
H1.HeaderClassName
{
color: #CDDAB6;
}
.AnyTagClassName
{
color: #CDDAB6;
}
</style>
background-color css
<style>
a { background-color: #CDDAB6; }
a { background-color: rgb(205,218,182); }
div.DivClassName
{
background-color: #CDDAB6;
}
.BgClassName
{
background-color: #CDDAB6;
}
</style>
border-color css
<style>
span { border-color: #CDDAB6; }
span { border-color: rgb(205,218,182); }
td.TdClassName
{
border-color: #CDDAB6;
}
.TagClassName
{
border-color: #CDDAB6;
}
</style>