#CBB3E4

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

Shades of Perfume #CBB3E4

Tints of Perfume #CBB3E4

Color information

#CBB3E4 (or 0xCBB3E4) is unknown color: approx Perfume. HEX triplet: CB, B3 and E4. RGB value is (203,179,228). Sum of RGB (Red+Green+Blue) = 203+179+228=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 179 (70.31% from 255 or 29.34% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBB3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3E4 is #344C1B. Grayscale: #BFBFBF. Windows color (decimal): -3427356 or 14988235. OLE color: 14988235.

HSL color Cylindrical-coordinate representation of color #CBB3E4: hue angle of 269.39º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB3E4 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB203179228-
CMYK0.110.2100.11
HSL269.39º47.57%79.8%-
HSV(B)269.39º21.49%89.41%-
XYZ54.7550.5480.27-
YUV191.76148.45136.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.28%
GREEN value IS 179 (70.31% from 255) = 29.34%
BLUE value IS 228 (89.45% from 255) = 37.38%
R=33.28%
G=29.34%
B=37.38%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2031792280.110.2100.11269.3947.5779.8
HexCBB3E4B150B10d3050
Octal313263344132501341560120
Binary110010111011001111100100101110101010111000011011100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3E4; }

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

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

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

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

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

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

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

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