Html Css Color HEX #C2AAD5 Perfume

📋 copy color: '#C2AAD5'

red 194 ◦ green 170 ◦ blue 213

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

Shades of Perfume #C2AAD5

Tints of Perfume #C2AAD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.92%

R = 33.62%
G = 29.46%
B = 36.92%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C2AAD5 (or 0xC2AAD5) is known color: Perfume. HEX triplet: C2, AA and D5. RGB value is (194,170,213). Sum of RGB (Red+Green+Blue) = 194+170+213=577 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.62% from 577); Green value is 170 (66.80% from 255 or 29.46% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2AAD5 is #3D552A. Grayscale: #B5B5B5. Windows color (decimal): -4019499 or 14002882. OLE color: 14002882.

HSL color Cylindrical-coordinate representation of color #C2AAD5: hue angle of 273.49º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2AAD5 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 170 213 -
CMYK 0.09 0.20 0 0.16
HSL 273.49º 0.34% 0.75% -
HSV(B) 273.49º 0.2% 0.84% -
XYZ 48.63 45.02 69.08 -
YUV 182.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 194 170 213 0.09 0.20 0 0.16 273.49 0.34 0.75
Hex C2 AA D5 9 14 0 10 111 22 4B
Octal 302 252 325 11 24 0 20 421 42 113
Binary 11000010 10101010 11010101 1001 10100 0 10000 100010001 100010 1001011

Color Harmonies of #C2AAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AAD5

Black with #C2AAD5

Text Example


Text Example

White with #C2AAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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