Html Css Color HEX #C5AAD7 Perfume

📋 copy color: '#C5AAD7'

red 197 ◦ green 170 ◦ blue 215

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

Shades of Perfume #C5AAD7

Tints of Perfume #C5AAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 36.94%

R = 33.85%
G = 29.21%
B = 36.94%

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

#C5AAD7 (or 0xC5AAD7) is known color: Perfume. HEX triplet: C5, AA and D7. RGB value is (197,170,215). Sum of RGB (Red+Green+Blue) = 197+170+215=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 215 (84.38% from 255 or 36.94% from 582); Max value from RGB is 215 - color contains mainly: blue. Hex color #C5AAD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAD7 is #3A5528. Grayscale: #B7B7B7. Windows color (decimal): -3822889 or 14133957. OLE color: 14133957.

HSL color Cylindrical-coordinate representation of color #C5AAD7: hue angle of 276º degrees, saturation: 0.36, 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 #C5AAD7 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 170 215 -
CMYK 0.08 0.21 0 0.16
HSL 276º 0.36% 0.75% -
HSV(B) 276º 0.21% 0.84% -
XYZ 49.67 45.53 70.46 -
YUV 183.2 145.95 137.84 -
System Red Green Blue C M Y K H S L
Decimal 197 170 215 0.08 0.21 0 0.16 276 0.36 0.75
Hex C5 AA D7 8 15 0 10 114 24 4B
Octal 305 252 327 10 25 0 20 424 44 113
Binary 11000101 10101010 11010111 1000 10101 0 10000 100010100 100100 1001011

Color Harmonies of #C5AAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAD7

Black with #C5AAD7

Text Example


Text Example

White with #C5AAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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