Shades of Perfume #CBAEE6
Tints of Perfume #CBAEE6
RGB
CMYK
RGB Variations
Color information
#CBAEE6 (or 0xCBAEE6) is known color: Perfume. HEX triplet: CB, AE and E6. RGB value is (203,174,230). Sum of RGB (Red+Green+Blue) = 203+174+230=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 174 (68.36% from 255 or 28.67% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEE6 is #345119. Grayscale: #BCBCBC. Windows color (decimal): -3428634 or 15118027. OLE color: 15118027.
HSL color Cylindrical-coordinate representation of color #CBAEE6: hue angle of 271.07º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBAEE6 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 174 | 230 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.10 |
| HSL | 271.07º | 0.53% | 0.79% | - |
| HSV(B) | 271.07º | 0.24% | 0.9% | - |
| XYZ | 54.05 | 48.68 | 81.41 | - |
| YUV | 189.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 230 | 0.12 | 0.24 | 0 | 0.10 | 271.07 | 0.53 | 0.79 |
| Hex | CB | AE | E6 | C | 18 | 0 | A | 10F | 35 | 4F |
| Octal | 313 | 256 | 346 | 14 | 30 | 0 | 12 | 417 | 65 | 117 |
| Binary | 11001011 | 10101110 | 11100110 | 1100 | 11000 | 0 | 1010 | 100001111 | 110101 | 1001111 |
Color Harmonies of #CBAEE6
Complementary color
Monochromatic Colors of #CBAEE6
Black with #CBAEE6
Text Example
Text Example
White with #CBAEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEE6; }
p { color: rgb(203,174,230); }
H1.HeaderClassName
{
color: #CBAEE6;
}
.AnyTagClassName
{
color: #CBAEE6;
}
</style>
background-color css
<style>
a { background-color: #CBAEE6; }
a { background-color: rgb(203,174,230); }
div.DivClassName
{
background-color: #CBAEE6;
}
.BgClassName
{
background-color: #CBAEE6;
}
</style>
border-color css
<style>
span { border-color: #CBAEE6; }
span { border-color: rgb(203,174,230); }
td.TdClassName
{
border-color: #CBAEE6;
}
.TagClassName
{
border-color: #CBAEE6;
}
</style>