Shades of Harp #CDCEC9
Tints of Harp #CDCEC9
RGB
CMYK
RGB Variations
Color information
#CDCEC9 (or 0xCDCEC9) is known color: Harp. HEX triplet: CD, CE and C9. RGB value is (205,206,201). Sum of RGB (Red+Green+Blue) = 205+206+201=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEC9 is #323136. Grayscale: #CDCDCD. Windows color (decimal): -3289399 or 13225677. OLE color: 13225677.
HSL color Cylindrical-coordinate representation of color #CDCEC9: hue angle of 72º degrees, saturation: 0.05, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CDCEC9 is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 205 | 206 | 201 | - |
CMYK | 0.00 | 0 | 0.02 | 0.19 |
HSL | 72º | 0.05% | 0.8% | - |
HSV(B) | 72º | 0.02% | 0.81% | - |
XYZ | 57.79 | 61.34 | 64.05 | - |
YUV | 205.13 | 125.67 | 127.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 206 | 201 | 0.00 | 0 | 0.02 | 0.19 | 72 | 0.05 | 0.8 |
Hex | CD | CE | C9 | 0 | 0 | 2 | 13 | 48 | 5 | 50 |
Octal | 315 | 316 | 311 | 0 | 0 | 2 | 23 | 110 | 5 | 120 |
Binary | 11001101 | 11001110 | 11001001 | 0 | 0 | 10 | 10011 | 1001000 | 101 | 1010000 |
Color Harmonies of #CDCEC9
Complementary color
Monochromatic Colors of #CDCEC9
Black with #CDCEC9
Text Example
Text Example
White with #CDCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCEC9; }
p { color: rgb(205,206,201); }
H1.HeaderClassName
{
color: #CDCEC9;
}
.AnyTagClassName
{
color: #CDCEC9;
}
</style>
background-color css
<style>
a { background-color: #CDCEC9; }
a { background-color: rgb(205,206,201); }
div.DivClassName
{
background-color: #CDCEC9;
}
.BgClassName
{
background-color: #CDCEC9;
}
</style>
border-color css
<style>
span { border-color: #CDCEC9; }
span { border-color: rgb(205,206,201); }
td.TdClassName
{
border-color: #CDCEC9;
}
.TagClassName
{
border-color: #CDCEC9;
}
</style>