#CBAFEC

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

Shades of Perfume #CBAFEC

Tints of Perfume #CBAFEC

Color information

#CBAFEC (or 0xCBAFEC) is unknown color: approx Perfume. HEX triplet: CB, AF and EC. RGB value is (203,175,236). Sum of RGB (Red+Green+Blue) = 203+175+236=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFEC is #345013. Grayscale: #BEBEBE. Windows color (decimal): -3428372 or 15511499. OLE color: 15511499.

HSL color Cylindrical-coordinate representation of color #CBAFEC: hue angle of 267.54º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBAFEC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203175236-
CMYK0.140.2600.07
HSL267.54º61.62%80.59%-
HSV(B)267.54º25.85%92.55%-
XYZ55.149.4185.99-
YUV190.33153.78137.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 236 (92.58% from 255) = 38.44%
R=33.06%
G=28.50%
B=38.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031752360.140.2600.07267.5461.6280.59
HexCBAFECE1A0710c3e51
Octal31325735416320741476121
Binary11001011101011111110110011101101001111000011001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFEC; }

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

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

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

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

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

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

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

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