#CBB2DF

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

Shades of Perfume #CBB2DF

Tints of Perfume #CBB2DF

Color information

#CBB2DF (or 0xCBB2DF) is unknown color: approx Perfume. HEX triplet: CB, B2 and DF. RGB value is (203,178,223). Sum of RGB (Red+Green+Blue) = 203+178+223=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2DF is #344D20. Grayscale: #BEBEBE. Windows color (decimal): -3427617 or 14660299. OLE color: 14660299.

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

Color convert

RGB203178223-
CMYK0.090.2000.13
HSL273.33º41.28%78.63%-
HSV(B)273.33º20.18%87.45%-
XYZ53.8749.8776.6-
YUV190.6146.28136.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.61%
GREEN value IS 178 (69.92% from 255) = 29.47%
BLUE value IS 223 (87.5% from 255) = 36.92%
R=33.61%
G=29.47%
B=36.92%

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
Decimal2031782230.090.2000.13273.3341.2878.63
HexCBB2DF9140D111294f
Octal313262337112401542151117
Binary110010111011001011011111100110100011011000100011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2DF; }

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

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

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

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

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

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

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

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