#CBB1DF

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

Shades of Perfume #CBB1DF

Tints of Perfume #CBB1DF

Color information

#CBB1DF (or 0xCBB1DF) is unknown color: approx Perfume. HEX triplet: CB, B1 and DF. RGB value is (203,177,223). Sum of RGB (Red+Green+Blue) = 203+177+223=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 177 (69.53% from 255 or 29.35% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB1DF is #344E20. Grayscale: #BDBDBD. Windows color (decimal): -3427873 or 14660043. OLE color: 14660043.

HSL color Cylindrical-coordinate representation of color #CBB1DF: hue angle of 273.91º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB1DF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203177223-
CMYK0.090.2100.13
HSL273.91º41.82%78.43%-
HSV(B)273.91º20.63%87.45%-
XYZ53.6749.4776.53-
YUV190.02146.61137.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 177 (69.53% from 255) = 29.35%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=33.67%
G=29.35%
B=36.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031772230.090.2100.13273.9141.8278.43
HexCBB1DF9150D1122a4e
Octal313261337112501542252116
Binary110010111011000111011111100110101011011000100101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB1DF; }

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

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

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

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

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

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

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

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