Html Css Color HEX #C2AADB Perfume

📋 copy color: '#C2AADB'

red 194 ◦ green 170 ◦ blue 219

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

Shades of Perfume #C2AADB

Tints of Perfume #C2AADB

RGB

 RED value IS 194 (76.17% from 255) = 33.28%

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

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

R = 33.28%
G = 29.16%
B = 37.56%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C2AADB (or 0xC2AADB) is known color: Perfume. HEX triplet: C2, AA and DB. RGB value is (194,170,219). Sum of RGB (Red+Green+Blue) = 194+170+219=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #C2AADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AADB is #3D5524. Grayscale: #B6B6B6. Windows color (decimal): -4019493 or 14396098. OLE color: 14396098.

HSL color Cylindrical-coordinate representation of color #C2AADB: hue angle of 269.39º 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 #C2AADB is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 194 170 219 -
CMYK 0.11 0.22 0 0.14
HSL 269.39º 0.4% 0.76% -
HSV(B) 269.39º 0.22% 0.86% -
XYZ 49.41 45.33 73.16 -
YUV 182.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 194 170 219 0.11 0.22 0 0.14 269.39 0.4 0.76
Hex C2 AA DB B 16 0 E 10D 28 4C
Octal 302 252 333 13 26 0 16 415 50 114
Binary 11000010 10101010 11011011 1011 10110 0 1110 100001101 101000 1001100

Color Harmonies of #C2AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AADB

Black with #C2AADB

Text Example


Text Example

White with #C2AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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