#CBAAEF

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

Shades of Perfume #CBAAEF

Tints of Perfume #CBAAEF

Color information

#CBAAEF (or 0xCBAAEF) is unknown color: approx Perfume. HEX triplet: CB, AA and EF. RGB value is (203,170,239). Sum of RGB (Red+Green+Blue) = 203+170+239=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBAAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAEF is #345510. Grayscale: #BBBBBB. Windows color (decimal): -3429649 or 15706827. OLE color: 15706827.

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

Color convert

RGB203170239-
CMYK0.150.2900.06
HSL268.7º68.32%80.2%-
HSV(B)268.7º28.87%93.73%-
XYZ54.5847.6887.99-
YUV187.73156.93138.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 170 (66.80% from 255) = 27.78%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=33.17%
G=27.78%
B=39.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031702390.150.2900.06268.768.3280.2
HexCBAAEFF1D0610d4450
Octal313252357173506415104120
Binary110010111010101011101111111111101011010000110110001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAEF; }

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

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

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

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

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

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

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

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