Shades of Perfume #CBAFEE
Tints of Perfume #CBAFEE
RGB
CMYK
RGB Variations
Color information
#CBAFEE (or 0xCBAFEE) is known color: Perfume. HEX triplet: CB, AF and EE. RGB value is (203,175,238). Sum of RGB (Red+Green+Blue) = 203+175+238=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 175 (68.75% from 255 or 28.41% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBAFEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFEE is #345011. Grayscale: #BEBEBE. Windows color (decimal): -3428370 or 15642571. OLE color: 15642571.
HSL color Cylindrical-coordinate representation of color #CBAFEE: hue angle of 266.67º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAFEE is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 175 | 238 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.07 |
| HSL | 266.67º | 0.65% | 0.81% | - |
| HSV(B) | 266.67º | 0.26% | 0.93% | - |
| XYZ | 55.39 | 49.53 | 87.53 | - |
| YUV | 190.55 | 154.78 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 238 | 0.15 | 0.26 | 0 | 0.07 | 266.67 | 0.65 | 0.81 |
| Hex | CB | AF | EE | F | 1A | 0 | 7 | 10B | 41 | 51 |
| Octal | 313 | 257 | 356 | 17 | 32 | 0 | 7 | 413 | 101 | 121 |
| Binary | 11001011 | 10101111 | 11101110 | 1111 | 11010 | 0 | 111 | 100001011 | 1000001 | 1010001 |
Color Harmonies of #CBAFEE
Complementary color
Monochromatic Colors of #CBAFEE
Black with #CBAFEE
Text Example
Text Example
White with #CBAFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFEE; }
p { color: rgb(203,175,238); }
H1.HeaderClassName
{
color: #CBAFEE;
}
.AnyTagClassName
{
color: #CBAFEE;
}
</style>
background-color css
<style>
a { background-color: #CBAFEE; }
a { background-color: rgb(203,175,238); }
div.DivClassName
{
background-color: #CBAFEE;
}
.BgClassName
{
background-color: #CBAFEE;
}
</style>
border-color css
<style>
span { border-color: #CBAFEE; }
span { border-color: rgb(203,175,238); }
td.TdClassName
{
border-color: #CBAFEE;
}
.TagClassName
{
border-color: #CBAFEE;
}
</style>