Html Css Color HEX #C1AADB Perfume

📋 copy color: '#C1AADB'

red 193 ◦ green 170 ◦ blue 219

#C1AADB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #C1AADB

Tints of Perfume #C1AADB

RGB

 RED value IS 193 (75.78% from 255) = 33.16%

 GREEN value IS 170 (66.8% from 255) = 29.21%

 BLUE value IS 219 (85.94% from 255) = 37.63%

R = 33.16%
G = 29.21%
B = 37.63%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C1AADB (or 0xC1AADB) is known color: Perfume. HEX triplet: C1, AA and DB. RGB value is (193,170,219). Sum of RGB (Red+Green+Blue) = 193+170+219=582 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.16% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AADB is #3E5524. Grayscale: #B6B6B6. Windows color (decimal): -4085029 or 14396097. OLE color: 14396097.

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

Color convert

RGB 193 170 219 -
CMYK 0.12 0.22 0 0.14
HSL 268.16º 0.4% 0.76% -
HSV(B) 268.16º 0.22% 0.86% -
XYZ 49.15 45.2 73.15 -
YUV 182.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 193 170 219 0.12 0.22 0 0.14 268.16 0.4 0.76
Hex C1 AA DB C 16 0 E 10C 28 4C
Octal 301 252 333 14 26 0 16 414 50 114
Binary 11000001 10101010 11011011 1100 10110 0 1110 100001100 101000 1001100

Color Harmonies of #C1AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AADB

Black with #C1AADB

Text Example


Text Example

White with #C1AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AADB; }

 p { color: rgb(193,170,219); }

 H1.HeaderClassName
 {
   color: #C1AADB;
 }
 .AnyTagClassName
 {
   color: #C1AADB;
 }
</style>

background-color css

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

 a { background-color: rgb(193,170,219); }

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

border-color css

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

 span { border-color: rgb(193,170,219); }

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