#CBA4EF

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

Shades of Perfume #CBA4EF

Tints of Perfume #CBA4EF

Color information

#CBA4EF (or 0xCBA4EF) is unknown color: approx Perfume. HEX triplet: CB, A4 and EF. RGB value is (203,164,239). Sum of RGB (Red+Green+Blue) = 203+164+239=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 164 (64.45% from 255 or 27.06% from 606); Blue value is 239 (93.75% from 255 or 39.44% from 606); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBA4EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4EF is #345B10. Grayscale: #B7B7B7. Windows color (decimal): -3431185 or 15705291. OLE color: 15705291.

HSL color Cylindrical-coordinate representation of color #CBA4EF: hue angle of 271.2º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CBA4EF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203164239-
CMYK0.150.3100.06
HSL271.2º70.09%79.02%-
HSV(B)271.2º31.38%93.73%-
XYZ53.4845.4887.62-
YUV184.21158.92141.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.50%
GREEN value IS 164 (64.45% from 255) = 27.06%
BLUE value IS 239 (93.75% from 255) = 39.44%
R=33.50%
G=27.06%
B=39.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031642390.150.3100.06271.270.0979.02
HexCBA4EFF1F0610f464f
Octal313244357173706417106117
Binary110010111010010011101111111111111011010000111110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4EF; }

 p { color: rgb(203,164,239); }

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

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

 a { background-color: rgb(203,164,239); }

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

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

 span { border-color: rgb(203,164,239); }

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