Html Css Color HEX #C5AED6 Perfume

📋 copy color: '#C5AED6'

red 197 ◦ green 174 ◦ blue 214

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

Shades of Perfume #C5AED6

Tints of Perfume #C5AED6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.74%

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

R = 33.68%
G = 29.74%
B = 36.58%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5AED6 (or 0xC5AED6) is known color: Perfume. HEX triplet: C5, AE and D6. RGB value is (197,174,214). Sum of RGB (Red+Green+Blue) = 197+174+214=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 214 (83.98% from 255 or 36.58% from 585); Max value from RGB is 214 - color contains mainly: blue. Hex color #C5AED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AED6 is #3A5129. Grayscale: #B9B9B9. Windows color (decimal): -3821866 or 14069445. OLE color: 14069445.

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

Color convert

RGB 197 174 214 -
CMYK 0.08 0.19 0 0.16
HSL 274.5º 0.33% 0.76% -
HSV(B) 274.5º 0.19% 0.84% -
XYZ 50.3 47 70.04 -
YUV 185.44 144.12 136.25 -
System Red Green Blue C M Y K H S L
Decimal 197 174 214 0.08 0.19 0 0.16 274.5 0.33 0.76
Hex C5 AE D6 8 13 0 10 112 21 4C
Octal 305 256 326 10 23 0 20 422 41 114
Binary 11000101 10101110 11010110 1000 10011 0 10000 100010010 100001 1001100

Color Harmonies of #C5AED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AED6

Black with #C5AED6

Text Example


Text Example

White with #C5AED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AED6; }

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

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

background-color css

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

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

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

border-color css

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

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

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