Shades of Perfume #CBAFE6
Tints of Perfume #CBAFE6
RGB
CMYK
RGB Variations
Color information
#CBAFE6 (or 0xCBAFE6) is known color: Perfume. HEX triplet: CB, AF and E6. RGB value is (203,175,230). Sum of RGB (Red+Green+Blue) = 203+175+230=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBAFE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFE6 is #345019. Grayscale: #BDBDBD. Windows color (decimal): -3428378 or 15118283. OLE color: 15118283.
HSL color Cylindrical-coordinate representation of color #CBAFE6: hue angle of 270.55º degrees, saturation: 0.52, 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 #CBAFE6 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 175 | 230 | - |
| CMYK | 0.12 | 0.24 | 0 | 0.10 |
| HSL | 270.55º | 0.52% | 0.79% | - |
| HSV(B) | 270.55º | 0.24% | 0.9% | - |
| XYZ | 54.24 | 49.07 | 81.48 | - |
| YUV | 189.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 230 | 0.12 | 0.24 | 0 | 0.10 | 270.55 | 0.52 | 0.79 |
| Hex | CB | AF | E6 | C | 18 | 0 | A | 10F | 34 | 4F |
| Octal | 313 | 257 | 346 | 14 | 30 | 0 | 12 | 417 | 64 | 117 |
| Binary | 11001011 | 10101111 | 11100110 | 1100 | 11000 | 0 | 1010 | 100001111 | 110100 | 1001111 |
Color Harmonies of #CBAFE6
Complementary color
Monochromatic Colors of #CBAFE6
Black with #CBAFE6
Text Example
Text Example
White with #CBAFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFE6; }
p { color: rgb(203,175,230); }
H1.HeaderClassName
{
color: #CBAFE6;
}
.AnyTagClassName
{
color: #CBAFE6;
}
</style>
background-color css
<style>
a { background-color: #CBAFE6; }
a { background-color: rgb(203,175,230); }
div.DivClassName
{
background-color: #CBAFE6;
}
.BgClassName
{
background-color: #CBAFE6;
}
</style>
border-color css
<style>
span { border-color: #CBAFE6; }
span { border-color: rgb(203,175,230); }
td.TdClassName
{
border-color: #CBAFE6;
}
.TagClassName
{
border-color: #CBAFE6;
}
</style>