Html Css Color HEX #C5AAD6 Perfume

📋 copy color: '#C5AAD6'

red 197 ◦ green 170 ◦ blue 214

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

Shades of Perfume #C5AAD6

Tints of Perfume #C5AAD6

RGB

 RED value IS 197 (77.34% from 255) = 33.91%

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

 BLUE value IS 214 (83.98% from 255) = 36.83%

R = 33.91%
G = 29.26%
B = 36.83%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5AAD6 (or 0xC5AAD6) is known color: Perfume. HEX triplet: C5, AA and D6. RGB value is (197,170,214). Sum of RGB (Red+Green+Blue) = 197+170+214=581 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.91% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 214 (83.98% from 255 or 36.83% from 581); Max value from RGB is 214 - color contains mainly: blue. Hex color #C5AAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAD6 is #3A5529. Grayscale: #B6B6B6. Windows color (decimal): -3822890 or 14068421. OLE color: 14068421.

HSL color Cylindrical-coordinate representation of color #C5AAD6: hue angle of 276.82º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5AAD6 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 170 214 -
CMYK 0.08 0.21 0 0.16
HSL 276.82º 0.35% 0.75% -
HSV(B) 276.82º 0.21% 0.84% -
XYZ 49.54 45.47 69.78 -
YUV 183.09 145.45 137.92 -
System Red Green Blue C M Y K H S L
Decimal 197 170 214 0.08 0.21 0 0.16 276.82 0.35 0.75
Hex C5 AA D6 8 15 0 10 115 23 4B
Octal 305 252 326 10 25 0 20 425 43 113
Binary 11000101 10101010 11010110 1000 10101 0 10000 100010101 100011 1001011

Color Harmonies of #C5AAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAD6

Black with #C5AAD6

Text Example


Text Example

White with #C5AAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAD6; }

 p { color: rgb(197,170,214); }

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

background-color css

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

 a { background-color: rgb(197,170,214); }

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

border-color css

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

 span { border-color: rgb(197,170,214); }

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