#CBB2EC

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

Shades of Perfume #CBB2EC

Tints of Perfume #CBB2EC

Color information

#CBB2EC (or 0xCBB2EC) is unknown color: approx Perfume. HEX triplet: CB, B2 and EC. RGB value is (203,178,236). Sum of RGB (Red+Green+Blue) = 203+178+236=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 178 (69.92% from 255 or 28.85% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2EC is #344D13. Grayscale: #BFBFBF. Windows color (decimal): -3427604 or 15512267. OLE color: 15512267.

HSL color Cylindrical-coordinate representation of color #CBB2EC: hue angle of 265.86º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB2EC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203178236-
CMYK0.140.2500.07
HSL265.86º60.42%81.18%-
HSV(B)265.86º24.58%92.55%-
XYZ55.6950.5986.19-
YUV192.09152.78135.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.90%
GREEN value IS 178 (69.92% from 255) = 28.85%
BLUE value IS 236 (92.58% from 255) = 38.25%
R=32.90%
G=28.85%
B=38.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2031782360.140.2500.07265.8660.4281.18
HexCBB2ECE190710a3c51
Octal31326235416310741274121
Binary11001011101100101110110011101100101111000010101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2EC; }

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

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

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

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

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

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

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

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