#CBAAF1

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

Shades of Perfume #CBAAF1

Tints of Perfume #CBAAF1

Color information

#CBAAF1 (or 0xCBAAF1) is unknown color: approx Perfume. HEX triplet: CB, AA and F1. RGB value is (203,170,241). Sum of RGB (Red+Green+Blue) = 203+170+241=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBAAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAAF1 is #34550E. Grayscale: #BBBBBB. Windows color (decimal): -3429647 or 15837899. OLE color: 15837899.

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

Color convert

RGB203170241-
CMYK0.160.2900.05
HSL267.89º71.72%80.59%-
HSV(B)267.89º29.46%94.51%-
XYZ54.8847.889.55-
YUV187.96157.93138.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 170 (66.80% from 255) = 27.69%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=33.06%
G=27.69%
B=39.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031702410.160.2900.05267.8971.7280.59
HexCBAAF1101D0510c4851
Octal313252361203505414110121
Binary1100101110101010111100011000011101010110000110010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAAF1; }

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

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

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

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

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

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

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

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