#CBB3DF

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

Shades of Perfume #CBB3DF

Tints of Perfume #CBB3DF

Color information

#CBB3DF (or 0xCBB3DF) is unknown color: approx Perfume. HEX triplet: CB, B3 and DF. RGB value is (203,179,223). Sum of RGB (Red+Green+Blue) = 203+179+223=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 179 (70.31% from 255 or 29.59% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3DF is #344C20. Grayscale: #BFBFBF. Windows color (decimal): -3427361 or 14660555. OLE color: 14660555.

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

Color convert

RGB203179223-
CMYK0.090.2000.13
HSL272.73º40.74%78.82%-
HSV(B)272.73º19.73%87.45%-
XYZ54.0750.2676.66-
YUV191.19145.95136.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.55%
GREEN value IS 179 (70.31% from 255) = 29.59%
BLUE value IS 223 (87.5% from 255) = 36.86%
R=33.55%
G=29.59%
B=36.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2031792230.090.2000.13272.7340.7478.82
HexCBB3DF9140D111294f
Octal313263337112401542151117
Binary110010111011001111011111100110100011011000100011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3DF; }

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

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

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

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

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

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

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

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