Shades of Perfume #CBA9ED
Tints of Perfume #CBA9ED
RGB
CMYK
RGB Variations
Color information
#CBA9ED (or 0xCBA9ED) is known color: Perfume. HEX triplet: CB, A9 and ED. RGB value is (203,169,237). Sum of RGB (Red+Green+Blue) = 203+169+237=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBA9ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9ED is #345612. Grayscale: #BABABA. Windows color (decimal): -3429907 or 15575499. OLE color: 15575499.
HSL color Cylindrical-coordinate representation of color #CBA9ED: hue angle of 270º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CBA9ED is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 169 | 237 | - |
CMYK | 0.14 | 0.29 | 0 | 0.07 |
HSL | 270º | 0.65% | 0.8% | - |
HSV(B) | 270º | 0.29% | 0.93% | - |
XYZ | 54.1 | 47.19 | 86.38 | - |
YUV | 186.92 | 156.26 | 139.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 169 | 237 | 0.14 | 0.29 | 0 | 0.07 | 270 | 0.65 | 0.8 |
Hex | CB | A9 | ED | E | 1D | 0 | 7 | 10E | 41 | 50 |
Octal | 313 | 251 | 355 | 16 | 35 | 0 | 7 | 416 | 101 | 120 |
Binary | 11001011 | 10101001 | 11101101 | 1110 | 11101 | 0 | 111 | 100001110 | 1000001 | 1010000 |
Color Harmonies of #CBA9ED
Complementary color
Monochromatic Colors of #CBA9ED
Black with #CBA9ED
Text Example
Text Example
White with #CBA9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9ED; }
p { color: rgb(203,169,237); }
H1.HeaderClassName
{
color: #CBA9ED;
}
.AnyTagClassName
{
color: #CBA9ED;
}
</style>
background-color css
<style>
a { background-color: #CBA9ED; }
a { background-color: rgb(203,169,237); }
div.DivClassName
{
background-color: #CBA9ED;
}
.BgClassName
{
background-color: #CBA9ED;
}
</style>
border-color css
<style>
span { border-color: #CBA9ED; }
span { border-color: rgb(203,169,237); }
td.TdClassName
{
border-color: #CBA9ED;
}
.TagClassName
{
border-color: #CBA9ED;
}
</style>