#CBACE4

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

Shades of Perfume #CBACE4

Tints of Perfume #CBACE4

Color information

#CBACE4 (or 0xCBACE4) is unknown color: approx Perfume. HEX triplet: CB, AC and E4. RGB value is (203,172,228). Sum of RGB (Red+Green+Blue) = 203+172+228=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACE4 is #34531B. Grayscale: #BBBBBB. Windows color (decimal): -3429148 or 14986443. OLE color: 14986443.

HSL color Cylindrical-coordinate representation of color #CBACE4: hue angle of 273.21º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBACE4 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203172228-
CMYK0.110.2500.11
HSL273.21º50.91%78.43%-
HSV(B)273.21º24.56%89.41%-
XYZ53.3847.879.81-
YUV187.65150.77138.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 172 (67.58% from 255) = 28.52%
BLUE value IS 228 (89.45% from 255) = 37.81%
R=33.67%
G=28.52%
B=37.81%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031722280.110.2500.11273.2150.9178.43
HexCBACE4B190B111334e
Octal313254344133101342163116
Binary110010111010110011100100101111001010111000100011100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACE4; }

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

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

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

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

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

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

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

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