Shades of Perfume #CBAEEC
Tints of Perfume #CBAEEC
RGB
CMYK
RGB Variations
Color information
#CBAEEC (or 0xCBAEEC) is known color: Perfume. HEX triplet: CB, AE and EC. RGB value is (203,174,236). Sum of RGB (Red+Green+Blue) = 203+174+236=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEEC is #345113. Grayscale: #BDBDBD. Windows color (decimal): -3428628 or 15511243. OLE color: 15511243.
HSL color Cylindrical-coordinate representation of color #CBAEEC: hue angle of 268.06º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAEEC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 174 | 236 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.07 |
| HSL | 268.06º | 0.62% | 0.8% | - |
| HSV(B) | 268.06º | 0.26% | 0.93% | - |
| XYZ | 54.9 | 49.02 | 85.93 | - |
| YUV | 189.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 236 | 0.14 | 0.26 | 0 | 0.07 | 268.06 | 0.62 | 0.8 |
| Hex | CB | AE | EC | E | 1A | 0 | 7 | 10C | 3E | 50 |
| Octal | 313 | 256 | 354 | 16 | 32 | 0 | 7 | 414 | 76 | 120 |
| Binary | 11001011 | 10101110 | 11101100 | 1110 | 11010 | 0 | 111 | 100001100 | 111110 | 1010000 |
Color Harmonies of #CBAEEC
Complementary color
Monochromatic Colors of #CBAEEC
Black with #CBAEEC
Text Example
Text Example
White with #CBAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEEC; }
p { color: rgb(203,174,236); }
H1.HeaderClassName
{
color: #CBAEEC;
}
.AnyTagClassName
{
color: #CBAEEC;
}
</style>
background-color css
<style>
a { background-color: #CBAEEC; }
a { background-color: rgb(203,174,236); }
div.DivClassName
{
background-color: #CBAEEC;
}
.BgClassName
{
background-color: #CBAEEC;
}
</style>
border-color css
<style>
span { border-color: #CBAEEC; }
span { border-color: rgb(203,174,236); }
td.TdClassName
{
border-color: #CBAEEC;
}
.TagClassName
{
border-color: #CBAEEC;
}
</style>