#CBACE1

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

Shades of Perfume #CBACE1

Tints of Perfume #CBACE1

Color information

#CBACE1 (or 0xCBACE1) is unknown color: approx Perfume. HEX triplet: CB, AC and E1. RGB value is (203,172,225). Sum of RGB (Red+Green+Blue) = 203+172+225=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBACE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACE1 is #34531E. Grayscale: #BBBBBB. Windows color (decimal): -3429151 or 14789835. OLE color: 14789835.

HSL color Cylindrical-coordinate representation of color #CBACE1: hue angle of 275.09º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBACE1 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203172225-
CMYK0.100.2400.12
HSL275.09º46.9%77.84%-
HSV(B)275.09º23.56%88.24%-
XYZ52.9747.6477.64-
YUV187.31149.27139.19-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.83%
GREEN value IS 172 (67.58% from 255) = 28.67%
BLUE value IS 225 (88.28% from 255) = 37.5%
R=33.83%
G=28.67%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031722250.100.2400.12275.0946.977.84
HexCBACE1A180C1132f4e
Octal313254341123001442357116
Binary110010111010110011100001101011000011001000100111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACE1; }

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

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

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

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

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

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

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

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