#CBA3EE

Color #CBA3EE Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CBA3EE

Tints of Perfume #CBA3EE

Color information

#CBA3EE (or 0xCBA3EE) is unknown color: approx Perfume. HEX triplet: CB, A3 and EE. RGB value is (203,163,238). Sum of RGB (Red+Green+Blue) = 203+163+238=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 163 (64.06% from 255 or 26.99% from 604); Blue value is 238 (93.36% from 255 or 39.40% from 604); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBA3EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA3EE is #345C11. Grayscale: #B7B7B7. Windows color (decimal): -3431442 or 15639499. OLE color: 15639499.

HSL color Cylindrical-coordinate representation of color #CBA3EE: hue angle of 272º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CBA3EE is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203163238-
CMYK0.150.3200.07
HSL272º68.81%78.63%-
HSV(B)272º31.51%93.33%-
XYZ53.1645.0686.79-
YUV183.51158.75141.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 163 (64.06% from 255) = 26.99%
BLUE value IS 238 (93.36% from 255) = 39.40%
R=33.61%
G=26.99%
B=39.40%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031632380.150.3200.0727268.8178.63
HexCBA3EEF2007110454f
Octal313243356174007420105117
Binary1100101110100011111011101111100000011110001000010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA3EE; }

 p { color: rgb(203,163,238); }

 H1.HeaderClassName
 {
   color: #CBA3EE;
 }
 .AnyTagClassName
 {
   color: #CBA3EE;
 }
</style>
background-color css

<style>
 a { background-color: #CBA3EE; }

 a { background-color: rgb(203,163,238); }

 div.DivClassName
 {
   background-color: #CBA3EE;
 }
 .BgClassName
 {
   background-color: #CBA3EE;
 }
</style>
border-color css

<style>
 span { border-color: #CBA3EE; }

 span { border-color: rgb(203,163,238); }

 td.TdClassName
 {
   border-color: #CBA3EE;
 }
 .TagClassName
 {
   border-color: #CBA3EE;
 }
</style>