#CBAAE6

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

Shades of Perfume #CBAAE6

Tints of Perfume #CBAAE6

Color information

#CBAAE6 (or 0xCBAAE6) is unknown color: approx Perfume. HEX triplet: CB, AA and E6. RGB value is (203,170,230). Sum of RGB (Red+Green+Blue) = 203+170+230=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBAAE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAE6 is #345519. Grayscale: #BABABA. Windows color (decimal): -3429658 or 15117003. OLE color: 15117003.

HSL color Cylindrical-coordinate representation of color #CBAAE6: hue angle of 273º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAAE6 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB203170230-
CMYK0.120.2600.10
HSL273º54.55%78.43%-
HSV(B)273º26.09%90.2%-
XYZ53.2947.1681.16-
YUV186.71152.43139.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 170 (66.80% from 255) = 28.19%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=33.67%
G=28.19%
B=38.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2031702300.120.2600.1027354.5578.43
HexCBAAE6C1A0A111374e
Octal313252346143201242167116
Binary110010111010101011100110110011010010101000100011101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAE6; }

 p { color: rgb(203,170,230); }

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

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

 a { background-color: rgb(203,170,230); }

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

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

 span { border-color: rgb(203,170,230); }

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