#CBAAE7

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

Shades of Perfume #CBAAE7

Tints of Perfume #CBAAE7

Color information

#CBAAE7 (or 0xCBAAE7) is unknown color: approx Perfume. HEX triplet: CB, AA and E7. RGB value is (203,170,231). Sum of RGB (Red+Green+Blue) = 203+170+231=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 170 (66.80% from 255 or 28.15% from 604); Blue value is 231 (90.62% from 255 or 38.25% from 604); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBAAE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAE7 is #345518. Grayscale: #BABABA. Windows color (decimal): -3429657 or 15182539. OLE color: 15182539.

HSL color Cylindrical-coordinate representation of color #CBAAE7: hue angle of 272.46º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAAE7 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203170231-
CMYK0.120.2600.09
HSL272.46º55.96%78.63%-
HSV(B)272.46º26.41%90.59%-
XYZ53.4347.2281.9-
YUV186.82152.93139.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 170 (66.80% from 255) = 28.15%
BLUE value IS 231 (90.62% from 255) = 38.25%
R=33.61%
G=28.15%
B=38.25%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031702310.120.2600.09272.4655.9678.63
HexCBAAE7C1A09110384f
Octal313252347143201142070117
Binary110010111010101011100111110011010010011000100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAE7; }

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

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

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

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

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

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

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

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