Html Css Color HEX #C5AEDD Perfume

📋 copy color: '#C5AEDD'

red 197 ◦ green 174 ◦ blue 221

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

Shades of Perfume #C5AEDD

Tints of Perfume #C5AEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.33%

R = 33.28%
G = 29.39%
B = 37.33%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5AEDD (or 0xC5AEDD) is known color: Perfume. HEX triplet: C5, AE and DD. RGB value is (197,174,221). Sum of RGB (Red+Green+Blue) = 197+174+221=592 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.28% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEDD is #3A5122. Grayscale: #BABABA. Windows color (decimal): -3821859 or 14528197. OLE color: 14528197.

HSL color Cylindrical-coordinate representation of color #C5AEDD: hue angle of 269.36º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5AEDD is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 174 221 -
CMYK 0.11 0.21 0 0.13
HSL 269.36º 0.41% 0.77% -
HSV(B) 269.36º 0.21% 0.87% -
XYZ 51.21 47.36 74.85 -
YUV 186.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 197 174 221 0.11 0.21 0 0.13 269.36 0.41 0.77
Hex C5 AE DD B 15 0 D 10D 29 4D
Octal 305 256 335 13 25 0 15 415 51 115
Binary 11000101 10101110 11011101 1011 10101 0 1101 100001101 101001 1001101

Color Harmonies of #C5AEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEDD

Black with #C5AEDD

Text Example


Text Example

White with #C5AEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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