#C2A8DB

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

Shades of Perfume #C2A8DB

Tints of Perfume #C2A8DB

Color information

#C2A8DB (or 0xC2A8DB) is unknown color: approx Perfume. HEX triplet: C2, A8 and DB. RGB value is (194,168,219). Sum of RGB (Red+Green+Blue) = 194+168+219=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 168 (66.02% from 255 or 28.92% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A8DB is #3D5724. Grayscale: #B5B5B5. Windows color (decimal): -4020005 or 14395586. OLE color: 14395586.

HSL color Cylindrical-coordinate representation of color #C2A8DB: hue angle of 270.59º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2A8DB is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB194168219-
CMYK0.110.2300.14
HSL270.59º41.46%75.88%-
HSV(B)270.59º23.29%85.88%-
XYZ49.0444.5973.04-
YUV181.59149.11136.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 168 (66.02% from 255) = 28.92%
BLUE value IS 219 (85.94% from 255) = 37.69%
R=33.39%
G=28.92%
B=37.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1941682190.110.2300.14270.5941.4675.88
HexC2A8DBB170E10f294c
Octal302250333132701641751114
Binary110000101010100011011011101110111011101000011111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A8DB; }

 p { color: rgb(194,168,219); }

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

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

 a { background-color: rgb(194,168,219); }

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

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

 span { border-color: rgb(194,168,219); }

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