#CBB1E0

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

Shades of Perfume #CBB1E0

Tints of Perfume #CBB1E0

Color information

#CBB1E0 (or 0xCBB1E0) is unknown color: approx Perfume. HEX triplet: CB, B1 and E0. RGB value is (203,177,224). Sum of RGB (Red+Green+Blue) = 203+177+224=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBB1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1E0 is #344E1F. Grayscale: #BDBDBD. Windows color (decimal): -3427872 or 14725579. OLE color: 14725579.

HSL color Cylindrical-coordinate representation of color #CBB1E0: hue angle of 273.19º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB1E0 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB203177224-
CMYK0.090.2100.12
HSL273.19º43.12%78.63%-
HSV(B)273.19º20.98%87.84%-
XYZ53.8149.5277.24-
YUV190.13147.11137.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=33.61%
G=29.30%
B=37.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2031772240.090.2100.12273.1943.1278.63
HexCBB1E09150C1112b4f
Octal313261340112501442153117
Binary110010111011000111100000100110101011001000100011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1E0; }

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

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

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

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

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

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

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

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