#C29CEB

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

Shades of Perfume #C29CEB

Tints of Perfume #C29CEB

Color information

#C29CEB (or 0xC29CEB) is unknown color: approx Perfume. HEX triplet: C2, 9C and EB. RGB value is (194,156,235). Sum of RGB (Red+Green+Blue) = 194+156+235=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 235 - color contains mainly: blue. Hex color #C29CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C29CEB is #3D6314. Grayscale: #B0B0B0. Windows color (decimal): -4023061 or 15441090. OLE color: 15441090.

HSL color Cylindrical-coordinate representation of color #C29CEB: hue angle of 268.86º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C29CEB is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194156235-
CMYK0.170.3400.08
HSL268.86º66.39%76.67%-
HSV(B)268.86º33.62%92.16%-
XYZ49.1341.2483.97-
YUV176.37161.09140.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 235 (92.19% from 255) = 40.17%
R=33.16%
G=26.67%
B=40.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941562350.170.3400.08268.8666.3976.67
HexC29CEB11220810d424d
Octal3022343532142010415102115
Binary110000101001110011101011100011000100100010000110110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29CEB; }

 p { color: rgb(194,156,235); }

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

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

 a { background-color: rgb(194,156,235); }

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

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

 span { border-color: rgb(194,156,235); }

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