#CBB0EC

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

Shades of Perfume #CBB0EC

Tints of Perfume #CBB0EC

Color information

#CBB0EC (or 0xCBB0EC) is unknown color: approx Perfume. HEX triplet: CB, B0 and EC. RGB value is (203,176,236). Sum of RGB (Red+Green+Blue) = 203+176+236=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 176 (69.14% from 255 or 28.62% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0EC is #344F13. Grayscale: #BEBEBE. Windows color (decimal): -3428116 or 15511755. OLE color: 15511755.

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

Color convert

RGB203176236-
CMYK0.140.2500.07
HSL267º61.22%80.78%-
HSV(B)267º25.42%92.55%-
XYZ55.2949.886.06-
YUV190.91153.45136.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 176 (69.14% from 255) = 28.62%
BLUE value IS 236 (92.58% from 255) = 38.37%
R=33.01%
G=28.62%
B=38.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031762360.140.2500.0726761.2280.78
HexCBB0ECE190710b3d51
Octal31326035416310741375121
Binary11001011101100001110110011101100101111000010111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0EC; }

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

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

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

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

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

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

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

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