#CBAFEA

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

Shades of Perfume #CBAFEA

Tints of Perfume #CBAFEA

Color information

#CBAFEA (or 0xCBAFEA) is unknown color: approx Perfume. HEX triplet: CB, AF and EA. RGB value is (203,175,234). Sum of RGB (Red+Green+Blue) = 203+175+234=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 234 (91.80% from 255 or 38.24% from 612); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFEA is #345015. Grayscale: #BDBDBD. Windows color (decimal): -3428374 or 15380427. OLE color: 15380427.

HSL color Cylindrical-coordinate representation of color #CBAFEA: hue angle of 268.47º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBAFEA is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203175234-
CMYK0.130.2500.08
HSL268.47º58.42%80.2%-
HSV(B)268.47º25.21%91.76%-
XYZ54.8149.384.47-
YUV190.1152.78137.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.17%
GREEN value IS 175 (68.75% from 255) = 28.59%
BLUE value IS 234 (91.80% from 255) = 38.24%
R=33.17%
G=28.59%
B=38.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031752340.130.2500.08268.4758.4280.2
HexCBAFEAD190810c3a50
Octal313257352153101041472120
Binary110010111010111111101010110111001010001000011001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFEA; }

 p { color: rgb(203,175,234); }

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

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

 a { background-color: rgb(203,175,234); }

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

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

 span { border-color: rgb(203,175,234); }

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