#CBACEF

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

Shades of Perfume #CBACEF

Tints of Perfume #CBACEF

Color information

#CBACEF (or 0xCBACEF) is unknown color: approx Perfume. HEX triplet: CB, AC and EF. RGB value is (203,172,239). Sum of RGB (Red+Green+Blue) = 203+172+239=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 239 (93.75% from 255 or 38.93% from 614); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACEF is #345310. Grayscale: #BCBCBC. Windows color (decimal): -3429137 or 15707339. OLE color: 15707339.

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

Color convert

RGB203172239-
CMYK0.150.2800.06
HSL267.76º67.68%80.59%-
HSV(B)267.76º28.03%93.73%-
XYZ54.9648.4388.11-
YUV188.91156.27138.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 172 (67.58% from 255) = 28.01%
BLUE value IS 239 (93.75% from 255) = 38.93%
R=33.06%
G=28.01%
B=38.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031722390.150.2800.06267.7667.6880.59
HexCBACEFF1C0610c4451
Octal313254357173406414104121
Binary110010111010110011101111111111100011010000110010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACEF; }

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

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

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

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

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

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

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

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