Shades of Harp #CECFC8
Tints of Harp #CECFC8
RGB
CMYK
RGB Variations
Color information
#CECFC8 (or 0xCECFC8) is known color: Harp. HEX triplet: CE, CF and C8. RGB value is (206,207,200). Sum of RGB (Red+Green+Blue) = 206+207+200=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 207 - color contains mainly: green. Hex color #CECFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECFC8 is #313037. Grayscale: #CDCDCD. Windows color (decimal): -3223608 or 13160398. OLE color: 13160398.
HSL color Cylindrical-coordinate representation of color #CECFC8: hue angle of 68.57º degrees, saturation: 0.07, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECFC8 is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 207 | 200 | - |
CMYK | 0.00 | 0 | 0.03 | 0.19 |
HSL | 68.57º | 0.07% | 0.8% | - |
HSV(B) | 68.57º | 0.03% | 0.81% | - |
XYZ | 58.19 | 61.92 | 63.53 | - |
YUV | 205.9 | 124.67 | 128.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 207 | 200 | 0.00 | 0 | 0.03 | 0.19 | 68.57 | 0.07 | 0.8 |
Hex | CE | CF | C8 | 0 | 0 | 3 | 13 | 45 | 7 | 50 |
Octal | 316 | 317 | 310 | 0 | 0 | 3 | 23 | 105 | 7 | 120 |
Binary | 11001110 | 11001111 | 11001000 | 0 | 0 | 11 | 10011 | 1000101 | 111 | 1010000 |
Color Harmonies of #CECFC8
Complementary color
Monochromatic Colors of #CECFC8
Black with #CECFC8
Text Example
Text Example
White with #CECFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECFC8; }
p { color: rgb(206,207,200); }
H1.HeaderClassName
{
color: #CECFC8;
}
.AnyTagClassName
{
color: #CECFC8;
}
</style>
background-color css
<style>
a { background-color: #CECFC8; }
a { background-color: rgb(206,207,200); }
div.DivClassName
{
background-color: #CECFC8;
}
.BgClassName
{
background-color: #CECFC8;
}
</style>
border-color css
<style>
span { border-color: #CECFC8; }
span { border-color: rgb(206,207,200); }
td.TdClassName
{
border-color: #CECFC8;
}
.TagClassName
{
border-color: #CECFC8;
}
</style>