Shades of Perfume #CBAFE4
Tints of Perfume #CBAFE4
RGB
CMYK
RGB Variations
Color information
#CBAFE4 (or 0xCBAFE4) is known color: Perfume. HEX triplet: CB, AF and E4. RGB value is (203,175,228). Sum of RGB (Red+Green+Blue) = 203+175+228=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFE4 is #34501B. Grayscale: #BDBDBD. Windows color (decimal): -3428380 or 14987211. OLE color: 14987211.
HSL color Cylindrical-coordinate representation of color #CBAFE4: hue angle of 271.7º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBAFE4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 175 | 228 | - |
| CMYK | 0.11 | 0.23 | 0 | 0.11 |
| HSL | 271.7º | 0.5% | 0.79% | - |
| HSV(B) | 271.7º | 0.23% | 0.89% | - |
| XYZ | 53.96 | 48.96 | 80 | - |
| YUV | 189.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 228 | 0.11 | 0.23 | 0 | 0.11 | 271.7 | 0.5 | 0.79 |
| Hex | CB | AF | E4 | B | 17 | 0 | B | 110 | 32 | 4F |
| Octal | 313 | 257 | 344 | 13 | 27 | 0 | 13 | 420 | 62 | 117 |
| Binary | 11001011 | 10101111 | 11100100 | 1011 | 10111 | 0 | 1011 | 100010000 | 110010 | 1001111 |
Color Harmonies of #CBAFE4
Complementary color
Monochromatic Colors of #CBAFE4
Black with #CBAFE4
Text Example
Text Example
White with #CBAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFE4; }
p { color: rgb(203,175,228); }
H1.HeaderClassName
{
color: #CBAFE4;
}
.AnyTagClassName
{
color: #CBAFE4;
}
</style>
background-color css
<style>
a { background-color: #CBAFE4; }
a { background-color: rgb(203,175,228); }
div.DivClassName
{
background-color: #CBAFE4;
}
.BgClassName
{
background-color: #CBAFE4;
}
</style>
border-color css
<style>
span { border-color: #CBAFE4; }
span { border-color: rgb(203,175,228); }
td.TdClassName
{
border-color: #CBAFE4;
}
.TagClassName
{
border-color: #CBAFE4;
}
</style>