#CBB0E8

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

Shades of Perfume #CBB0E8

Tints of Perfume #CBB0E8

Color information

#CBB0E8 (or 0xCBB0E8) is unknown color: approx Perfume. HEX triplet: CB, B0 and E8. RGB value is (203,176,232). Sum of RGB (Red+Green+Blue) = 203+176+232=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 176 (69.14% from 255 or 28.81% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBB0E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB0E8 is #344F17. Grayscale: #BEBEBE. Windows color (decimal): -3428120 or 15249611. OLE color: 15249611.

HSL color Cylindrical-coordinate representation of color #CBB0E8: hue angle of 268.93º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB0E8 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203176232-
CMYK0.120.2400.09
HSL268.93º54.9%80%-
HSV(B)268.93º24.14%90.98%-
XYZ54.7249.5783.03-
YUV190.46151.45136.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.22%
GREEN value IS 176 (69.14% from 255) = 28.81%
BLUE value IS 232 (91.02% from 255) = 37.97%
R=33.22%
G=28.81%
B=37.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2031762320.120.2400.09268.9354.980
HexCBB0E8C180910d3750
Octal313260350143001141567120
Binary110010111011000011101000110011000010011000011011101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0E8; }

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

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

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

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

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

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

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

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