#CBB6DF

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

Shades of Perfume #CBB6DF

Tints of Perfume #CBB6DF

Color information

#CBB6DF (or 0xCBB6DF) is unknown color: approx Perfume. HEX triplet: CB, B6 and DF. RGB value is (203,182,223). Sum of RGB (Red+Green+Blue) = 203+182+223=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 182 (71.48% from 255 or 29.93% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB6DF is #344920. Grayscale: #C0C0C0. Windows color (decimal): -3426593 or 14661323. OLE color: 14661323.

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

Color convert

RGB203182223-
CMYK0.090.1800.13
HSL270.73º39.05%79.41%-
HSV(B)270.73º18.39%87.45%-
XYZ54.6851.4876.87-
YUV192.95144.96135.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.39%
GREEN value IS 182 (71.48% from 255) = 29.93%
BLUE value IS 223 (87.5% from 255) = 36.68%
R=33.39%
G=29.93%
B=36.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031822230.090.1800.13270.7339.0579.41
HexCBB6DF9120D10f274f
Octal313266337112201541747117
Binary110010111011011011011111100110010011011000011111001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB6DF; }

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

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

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

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

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

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

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

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