#CBAFEB

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

Shades of Perfume #CBAFEB

Tints of Perfume #CBAFEB

Color information

#CBAFEB (or 0xCBAFEB) is unknown color: approx Perfume. HEX triplet: CB, AF and EB. RGB value is (203,175,235). Sum of RGB (Red+Green+Blue) = 203+175+235=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 175 (68.75% from 255 or 28.55% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBAFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFEB is #345014. Grayscale: #BEBEBE. Windows color (decimal): -3428373 or 15445963. OLE color: 15445963.

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

Color convert

RGB203175235-
CMYK0.140.2600.08
HSL268º60%80.39%-
HSV(B)268º25.53%92.16%-
XYZ54.9549.3585.23-
YUV190.21153.28137.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.12%
GREEN value IS 175 (68.75% from 255) = 28.55%
BLUE value IS 235 (92.19% from 255) = 38.34%
R=33.12%
G=28.55%
B=38.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031752350.140.2600.082686080.39
HexCBAFEBE1A0810c3c50
Octal313257353163201041474120
Binary110010111010111111101011111011010010001000011001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFEB; }

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

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

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

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

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

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

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

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