Html Css Color HEX #C5AED5 Perfume

📋 copy color: '#C5AED5'

red 197 ◦ green 174 ◦ blue 213

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

Shades of Perfume #C5AED5

Tints of Perfume #C5AED5

RGB

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

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

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

R = 33.73%
G = 29.79%
B = 36.47%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C5AED5 (or 0xC5AED5) is known color: Perfume. HEX triplet: C5, AE and D5. RGB value is (197,174,213). Sum of RGB (Red+Green+Blue) = 197+174+213=584 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.73% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 213 (83.59% from 255 or 36.47% from 584); Max value from RGB is 213 - color contains mainly: blue. Hex color #C5AED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AED5 is #3A512A. Grayscale: #B9B9B9. Windows color (decimal): -3821867 or 14003909. OLE color: 14003909.

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

Color convert

RGB 197 174 213 -
CMYK 0.08 0.18 0 0.16
HSL 275.38º 0.32% 0.76% -
HSV(B) 275.38º 0.18% 0.84% -
XYZ 50.17 46.95 69.37 -
YUV 185.32 143.62 136.33 -
System Red Green Blue C M Y K H S L
Decimal 197 174 213 0.08 0.18 0 0.16 275.38 0.32 0.76
Hex C5 AE D5 8 12 0 10 113 20 4C
Octal 305 256 325 10 22 0 20 423 40 114
Binary 11000101 10101110 11010101 1000 10010 0 10000 100010011 100000 1001100

Color Harmonies of #C5AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AED5

Black with #C5AED5

Text Example


Text Example

White with #C5AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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