Html Css Color HEX #C5AEDA Perfume

📋 copy color: '#C5AEDA'

red 197 ◦ green 174 ◦ blue 218

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

Shades of Perfume #C5AEDA

Tints of Perfume #C5AEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.01%

R = 33.45%
G = 29.54%
B = 37.01%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C5AEDA (or 0xC5AEDA) is known color: Perfume. HEX triplet: C5, AE and DA. RGB value is (197,174,218). Sum of RGB (Red+Green+Blue) = 197+174+218=589 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.45% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5AEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEDA is #3A5125. Grayscale: #B9B9B9. Windows color (decimal): -3821862 or 14331589. OLE color: 14331589.

HSL color Cylindrical-coordinate representation of color #C5AEDA: hue angle of 271.36º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5AEDA is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 174 218 -
CMYK 0.10 0.20 0 0.15
HSL 271.36º 0.37% 0.77% -
HSV(B) 271.36º 0.2% 0.85% -
XYZ 50.82 47.2 72.76 -
YUV 185.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 197 174 218 0.10 0.20 0 0.15 271.36 0.37 0.77
Hex C5 AE DA A 14 0 F 10F 25 4D
Octal 305 256 332 12 24 0 17 417 45 115
Binary 11000101 10101110 11011010 1010 10100 0 1111 100001111 100101 1001101

Color Harmonies of #C5AEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEDA

Black with #C5AEDA

Text Example


Text Example

White with #C5AEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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