#CBAFEF

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

Shades of Perfume #CBAFEF

Tints of Perfume #CBAFEF

Color information

#CBAFEF (or 0xCBAFEF) is unknown color: approx Perfume. HEX triplet: CB, AF and EF. RGB value is (203,175,239). Sum of RGB (Red+Green+Blue) = 203+175+239=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 175 (68.75% from 255 or 28.36% from 617); Blue value is 239 (93.75% from 255 or 38.74% from 617); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBAFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFEF is #345010. Grayscale: #BEBEBE. Windows color (decimal): -3428369 or 15708107. OLE color: 15708107.

HSL color Cylindrical-coordinate representation of color #CBAFEF: hue angle of 266.25º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBAFEF is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203175239-
CMYK0.150.2700.06
HSL266.25º66.67%81.18%-
HSV(B)266.25º26.78%93.73%-
XYZ55.5449.5988.31-
YUV190.67155.28136.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 175 (68.75% from 255) = 28.36%
BLUE value IS 239 (93.75% from 255) = 38.74%
R=32.90%
G=28.36%
B=38.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2031752390.150.2700.06266.2566.6781.18
HexCBAFEFF1B0610a4351
Octal313257357173306412103121
Binary110010111010111111101111111111011011010000101010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFEF; }

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

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

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

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

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

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

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

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