Shades of Hopbush #CE6DAE
Tints of Hopbush #CE6DAE
RGB
CMYK
RGB Variations
Color information
#CE6DAE (or 0xCE6DAE) is known color: Hopbush. HEX triplet: CE, 6D and AE. RGB value is (206,109,174). Sum of RGB (Red+Green+Blue) = 206+109+174=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CE6DAE is #319251. Grayscale: #919191. Windows color (decimal): -3248722 or 11431374. OLE color: 11431374.
HSL color Cylindrical-coordinate representation of color #CE6DAE: hue angle of 319.79º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE6DAE is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 174 | - |
| CMYK | 0 | 0.47 | 0.16 | 0.19 |
| HSL | 319.79º | 0.5% | 0.62% | - |
| HSV(B) | 319.79º | 0.47% | 0.81% | - |
| XYZ | 38.56 | 27.12 | 43.25 | - |
| YUV | 145.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 174 | 0 | 0.47 | 0.16 | 0.19 | 319.79 | 0.5 | 0.62 |
| Hex | CE | 6D | AE | 0 | 2F | 10 | 13 | 140 | 32 | 3E |
| Octal | 316 | 155 | 256 | 0 | 57 | 20 | 23 | 500 | 62 | 76 |
| Binary | 11001110 | 1101101 | 10101110 | 0 | 101111 | 10000 | 10011 | 101000000 | 110010 | 111110 |
Color Harmonies of #CE6DAE
Complementary color
Monochromatic Colors of #CE6DAE
Black with #CE6DAE
Text Example
Text Example
White with #CE6DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6DAE; }
p { color: rgb(206,109,174); }
H1.HeaderClassName
{
color: #CE6DAE;
}
.AnyTagClassName
{
color: #CE6DAE;
}
</style>
background-color css
<style>
a { background-color: #CE6DAE; }
a { background-color: rgb(206,109,174); }
div.DivClassName
{
background-color: #CE6DAE;
}
.BgClassName
{
background-color: #CE6DAE;
}
</style>
border-color css
<style>
span { border-color: #CE6DAE; }
span { border-color: rgb(206,109,174); }
td.TdClassName
{
border-color: #CE6DAE;
}
.TagClassName
{
border-color: #CE6DAE;
}
</style>