#CBAAED

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

Shades of Perfume #CBAAED

Tints of Perfume #CBAAED

Color information

#CBAAED (or 0xCBAAED) is unknown color: approx Perfume. HEX triplet: CB, AA and ED. RGB value is (203,170,237). Sum of RGB (Red+Green+Blue) = 203+170+237=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBAAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAED is #345512. Grayscale: #BBBBBB. Windows color (decimal): -3429651 or 15575755. OLE color: 15575755.

HSL color Cylindrical-coordinate representation of color #CBAAED: hue angle of 269.55º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBAAED is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203170237-
CMYK0.140.2800.07
HSL269.55º65.05%79.8%-
HSV(B)269.55º28.27%92.94%-
XYZ54.2947.5686.44-
YUV187.5155.93139.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 170 (66.80% from 255) = 27.87%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=33.28%
G=27.87%
B=38.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031702370.140.2800.07269.5565.0579.8
HexCBAAEDE1C0710e4150
Octal313252355163407416101120
Binary110010111010101011101101111011100011110000111010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAED; }

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

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

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

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

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

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

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

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