Shades of Harp #CDDBB3
Tints of Harp #CDDBB3
RGB
CMYK
RGB Variations
Color information
#CDDBB3 (or 0xCDDBB3) is known color: Harp. HEX triplet: CD, DB and B3. RGB value is (205,219,179). Sum of RGB (Red+Green+Blue) = 205+219+179=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDBB3 is #32244C. Grayscale: #D2D2D2. Windows color (decimal): -3286093 or 11787213. OLE color: 11787213.
HSL color Cylindrical-coordinate representation of color #CDDBB3: hue angle of 81º 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 #CDDBB3 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 179 | - |
| CMYK | 0.06 | 0 | 0.18 | 0.14 |
| HSL | 81º | 0.36% | 0.78% | - |
| HSV(B) | 81º | 0.18% | 0.86% | - |
| XYZ | 58.65 | 66.9 | 52.47 | - |
| YUV | 210.25 | 110.36 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 179 | 0.06 | 0 | 0.18 | 0.14 | 81 | 0.36 | 0.78 |
| Hex | CD | DB | B3 | 6 | 0 | 12 | E | 51 | 24 | 4E |
| Octal | 315 | 333 | 263 | 6 | 0 | 22 | 16 | 121 | 44 | 116 |
| Binary | 11001101 | 11011011 | 10110011 | 110 | 0 | 10010 | 1110 | 1010001 | 100100 | 1001110 |
Color Harmonies of #CDDBB3
Complementary color
Monochromatic Colors of #CDDBB3
Black with #CDDBB3
Text Example
Text Example
White with #CDDBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDBB3; }
p { color: rgb(205,219,179); }
H1.HeaderClassName
{
color: #CDDBB3;
}
.AnyTagClassName
{
color: #CDDBB3;
}
</style>
background-color css
<style>
a { background-color: #CDDBB3; }
a { background-color: rgb(205,219,179); }
div.DivClassName
{
background-color: #CDDBB3;
}
.BgClassName
{
background-color: #CDDBB3;
}
</style>
border-color css
<style>
span { border-color: #CDDBB3; }
span { border-color: rgb(205,219,179); }
td.TdClassName
{
border-color: #CDDBB3;
}
.TagClassName
{
border-color: #CDDBB3;
}
</style>