#CBB1EB

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

Shades of Perfume #CBB1EB

Tints of Perfume #CBB1EB

Color information

#CBB1EB (or 0xCBB1EB) is unknown color: approx Perfume. HEX triplet: CB, B1 and EB. RGB value is (203,177,235). Sum of RGB (Red+Green+Blue) = 203+177+235=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 177 (69.53% from 255 or 28.78% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBB1EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1EB is #344E14. Grayscale: #BFBFBF. Windows color (decimal): -3427861 or 15446475. OLE color: 15446475.

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

Color convert

RGB203177235-
CMYK0.140.2500.08
HSL266.9º59.18%80.78%-
HSV(B)266.9º24.68%92.16%-
XYZ55.3550.1485.36-
YUV191.39152.61136.28-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 177 (69.53% from 255) = 28.78%
BLUE value IS 235 (92.19% from 255) = 38.21%
R=33.01%
G=28.78%
B=38.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2031772350.140.2500.08266.959.1880.78
HexCBB1EBE190810b3b51
Octal313261353163101041373121
Binary110010111011000111101011111011001010001000010111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1EB; }

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

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

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

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

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

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

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

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