#CBAAEC

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

Shades of Perfume #CBAAEC

Tints of Perfume #CBAAEC

Color information

#CBAAEC (or 0xCBAAEC) is unknown color: approx Perfume. HEX triplet: CB, AA and EC. RGB value is (203,170,236). Sum of RGB (Red+Green+Blue) = 203+170+236=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 170 (66.80% from 255 or 27.91% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBAAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAEC is #345513. Grayscale: #BBBBBB. Windows color (decimal): -3429652 or 15510219. OLE color: 15510219.

HSL color Cylindrical-coordinate representation of color #CBAAEC: hue angle of 270º degrees, saturation: 0.63, 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 #CBAAEC is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203170236-
CMYK0.140.2800.07
HSL270º63.46%79.61%-
HSV(B)270º27.97%92.55%-
XYZ54.1447.585.67-
YUV187.39155.43139.13-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.33%
GREEN value IS 170 (66.80% from 255) = 27.91%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=33.33%
G=27.91%
B=38.75%

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
Decimal2031702360.140.2800.0727063.4679.61
HexCBAAECE1C0710e3f50
Octal31325235416340741677120
Binary11001011101010101110110011101110001111000011101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAEC; }

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

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

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

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

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

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

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

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