#CBB0DF

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

Shades of Perfume #CBB0DF

Tints of Perfume #CBB0DF

Color information

#CBB0DF (or 0xCBB0DF) is unknown color: approx Perfume. HEX triplet: CB, B0 and DF. RGB value is (203,176,223). Sum of RGB (Red+Green+Blue) = 203+176+223=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 176 (69.14% from 255 or 29.24% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0DF is #344F20. Grayscale: #BDBDBD. Windows color (decimal): -3428129 or 14659787. OLE color: 14659787.

HSL color Cylindrical-coordinate representation of color #CBB0DF: hue angle of 274.47º 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 #CBB0DF is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB203176223-
CMYK0.090.2100.13
HSL274.47º42.34%78.24%-
HSV(B)274.47º21.08%87.45%-
XYZ53.4749.0776.47-
YUV189.43146.95137.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.72%
GREEN value IS 176 (69.14% from 255) = 29.24%
BLUE value IS 223 (87.5% from 255) = 37.04%
R=33.72%
G=29.24%
B=37.04%

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
Decimal2031762230.090.2100.13274.4742.3478.24
HexCBB0DF9150D1122a4e
Octal313260337112501542252116
Binary110010111011000011011111100110101011011000100101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0DF; }

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

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

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

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

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

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

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

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