Shades of Harp #CDD2C2
Tints of Harp #CDD2C2
RGB
CMYK
RGB Variations
Color information
#CDD2C2 (or 0xCDD2C2) is known color: Harp. HEX triplet: CD, D2 and C2. RGB value is (205,210,194). Sum of RGB (Red+Green+Blue) = 205+210+194=609 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.66% from 609); Green value is 210 (82.42% from 255 or 34.48% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2C2 is #322D3D. Grayscale: #CECECE. Windows color (decimal): -3288382 or 12767949. OLE color: 12767949.
HSL color Cylindrical-coordinate representation of color #CDD2C2: hue angle of 78.75º degrees, saturation: 0.15, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDD2C2 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 194 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.18 |
| HSL | 78.75º | 0.15% | 0.79% | - |
| HSV(B) | 78.75º | 0.08% | 0.82% | - |
| XYZ | 57.96 | 62.97 | 60.14 | - |
| YUV | 206.68 | 120.84 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 194 | 0.02 | 0 | 0.08 | 0.18 | 78.75 | 0.15 | 0.79 |
| Hex | CD | D2 | C2 | 2 | 0 | 8 | 12 | 4F | F | 4F |
| Octal | 315 | 322 | 302 | 2 | 0 | 10 | 22 | 117 | 17 | 117 |
| Binary | 11001101 | 11010010 | 11000010 | 10 | 0 | 1000 | 10010 | 1001111 | 1111 | 1001111 |
Color Harmonies of #CDD2C2
Complementary color
Monochromatic Colors of #CDD2C2
Black with #CDD2C2
Text Example
Text Example
White with #CDD2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2C2; }
p { color: rgb(205,210,194); }
H1.HeaderClassName
{
color: #CDD2C2;
}
.AnyTagClassName
{
color: #CDD2C2;
}
</style>
background-color css
<style>
a { background-color: #CDD2C2; }
a { background-color: rgb(205,210,194); }
div.DivClassName
{
background-color: #CDD2C2;
}
.BgClassName
{
background-color: #CDD2C2;
}
</style>
border-color css
<style>
span { border-color: #CDD2C2; }
span { border-color: rgb(205,210,194); }
td.TdClassName
{
border-color: #CDD2C2;
}
.TagClassName
{
border-color: #CDD2C2;
}
</style>