#CBAEF1

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

Shades of Perfume #CBAEF1

Tints of Perfume #CBAEF1

Color information

#CBAEF1 (or 0xCBAEF1) is unknown color: approx Perfume. HEX triplet: CB, AE and F1. RGB value is (203,174,241). Sum of RGB (Red+Green+Blue) = 203+174+241=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 241 (94.53% from 255 or 39.00% from 618); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBAEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAEF1 is #34510E. Grayscale: #BEBEBE. Windows color (decimal): -3428623 or 15838923. OLE color: 15838923.

HSL color Cylindrical-coordinate representation of color #CBAEF1: hue angle of 265.97º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBAEF1 is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203174241-
CMYK0.160.2800.05
HSL265.97º70.53%81.37%-
HSV(B)265.97º27.8%94.51%-
XYZ55.6449.3289.81-
YUV190.31156.61137.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 241 (94.53% from 255) = 39.00%
R=32.85%
G=28.16%
B=39.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031742410.160.2800.05265.9770.5381.37
HexCBAEF1101C0510a4751
Octal313256361203405412107121
Binary1100101110101110111100011000011100010110000101010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAEF1; }

 p { color: rgb(203,174,241); }

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

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

 a { background-color: rgb(203,174,241); }

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

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

 span { border-color: rgb(203,174,241); }

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