Shades of Perfume #CBAEF2
Tints of Perfume #CBAEF2
RGB
CMYK
RGB Variations
Color information
#CBAEF2 (or 0xCBAEF2) is known color: Perfume. HEX triplet: CB, AE and F2. RGB value is (203,174,242). Sum of RGB (Red+Green+Blue) = 203+174+242=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 242 (94.92% from 255 or 39.10% from 619); Max value from RGB is 242 - color contains mainly: blue. Hex color #CBAEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEF2 is #34510D. Grayscale: #BEBEBE. Windows color (decimal): -3428622 or 15904459. OLE color: 15904459.
HSL color Cylindrical-coordinate representation of color #CBAEF2: hue angle of 265.59º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBAEF2 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 174 | 242 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.05 |
| HSL | 265.59º | 0.72% | 0.82% | - |
| HSV(B) | 265.59º | 0.28% | 0.95% | - |
| XYZ | 55.79 | 49.38 | 90.6 | - |
| YUV | 190.42 | 157.11 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 242 | 0.16 | 0.28 | 0 | 0.05 | 265.59 | 0.72 | 0.82 |
| Hex | CB | AE | F2 | 10 | 1C | 0 | 5 | 10A | 48 | 52 |
| Octal | 313 | 256 | 362 | 20 | 34 | 0 | 5 | 412 | 110 | 122 |
| Binary | 11001011 | 10101110 | 11110010 | 10000 | 11100 | 0 | 101 | 100001010 | 1001000 | 1010010 |
Color Harmonies of #CBAEF2
Complementary color
Monochromatic Colors of #CBAEF2
Black with #CBAEF2
Text Example
Text Example
White with #CBAEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAEF2; }
p { color: rgb(203,174,242); }
H1.HeaderClassName
{
color: #CBAEF2;
}
.AnyTagClassName
{
color: #CBAEF2;
}
</style>
background-color css
<style>
a { background-color: #CBAEF2; }
a { background-color: rgb(203,174,242); }
div.DivClassName
{
background-color: #CBAEF2;
}
.BgClassName
{
background-color: #CBAEF2;
}
</style>
border-color css
<style>
span { border-color: #CBAEF2; }
span { border-color: rgb(203,174,242); }
td.TdClassName
{
border-color: #CBAEF2;
}
.TagClassName
{
border-color: #CBAEF2;
}
</style>