#C2A9DD

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

Shades of Perfume #C2A9DD

Tints of Perfume #C2A9DD

Color information

#C2A9DD (or 0xC2A9DD) is unknown color: approx Perfume. HEX triplet: C2, A9 and DD. RGB value is (194,169,221). Sum of RGB (Red+Green+Blue) = 194+169+221=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 169 (66.41% from 255 or 28.94% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #C2A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A9DD is #3D5622. Grayscale: #B6B6B6. Windows color (decimal): -4019747 or 14526914. OLE color: 14526914.

HSL color Cylindrical-coordinate representation of color #C2A9DD: hue angle of 268.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2A9DD is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194169221-
CMYK0.120.2400.13
HSL268.85º43.33%76.47%-
HSV(B)268.85º23.53%86.67%-
XYZ49.4945.0774.5-
YUV182.4149.78136.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.22%
GREEN value IS 169 (66.41% from 255) = 28.94%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=33.22%
G=28.94%
B=37.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941692210.120.2400.13268.8543.3376.47
HexC2A9DDC180D10d2b4c
Octal302251335143001541553114
Binary110000101010100111011101110011000011011000011011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A9DD; }

 p { color: rgb(194,169,221); }

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

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

 a { background-color: rgb(194,169,221); }

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

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

 span { border-color: rgb(194,169,221); }

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