#C1A9DD

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

Shades of Perfume #C1A9DD

Tints of Perfume #C1A9DD

Color information

#C1A9DD (or 0xC1A9DD) is unknown color: approx Perfume. HEX triplet: C1, A9 and DD. RGB value is (193,169,221). Sum of RGB (Red+Green+Blue) = 193+169+221=583 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.10% from 583); Green value is 169 (66.41% from 255 or 28.99% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A9DD is #3E5622. Grayscale: #B5B5B5. Windows color (decimal): -4085283 or 14526913. OLE color: 14526913.

HSL color Cylindrical-coordinate representation of color #C1A9DD: hue angle of 267.69º 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 #C1A9DD is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193169221-
CMYK0.130.2400.13
HSL267.69º43.33%76.47%-
HSV(B)267.69º23.53%86.67%-
XYZ49.2344.9374.48-
YUV182.1149.95135.77-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.10%
GREEN value IS 169 (66.41% from 255) = 28.99%
BLUE value IS 221 (86.72% from 255) = 37.91%
R=33.10%
G=28.99%
B=37.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931692210.130.2400.13267.6943.3376.47
HexC1A9DDD180D10c2b4c
Octal301251335153001541453114
Binary110000011010100111011101110111000011011000011001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A9DD; }

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

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

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

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

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

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

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

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