#CBAFED

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

Shades of Perfume #CBAFED

Tints of Perfume #CBAFED

Color information

#CBAFED (or 0xCBAFED) is unknown color: approx Perfume. HEX triplet: CB, AF and ED. RGB value is (203,175,237). Sum of RGB (Red+Green+Blue) = 203+175+237=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 175 (68.75% from 255 or 28.46% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBAFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBAFED is #345012. Grayscale: #BEBEBE. Windows color (decimal): -3428371 or 15577035. OLE color: 15577035.

HSL color Cylindrical-coordinate representation of color #CBAFED: hue angle of 267.1º degrees, saturation: 0.63, 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 #CBAFED is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203175237-
CMYK0.140.2600.07
HSL267.1º63.27%80.78%-
HSV(B)267.1º26.16%92.94%-
XYZ55.2449.4786.76-
YUV190.44154.28136.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 175 (68.75% from 255) = 28.46%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=33.01%
G=28.46%
B=38.54%

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
Decimal2031752370.140.2600.07267.163.2780.78
HexCBAFEDE1A0710b3f51
Octal31325735516320741377121
Binary11001011101011111110110111101101001111000010111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAFED; }

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

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

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

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

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

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

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

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