Html Css Color HEX #C5AEDE Perfume

📋 copy color: '#C5AEDE'

red 197 ◦ green 174 ◦ blue 222

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

Shades of Perfume #C5AEDE

Tints of Perfume #C5AEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.44%

R = 33.22%
G = 29.34%
B = 37.44%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5AEDE (or 0xC5AEDE) is known color: Perfume. HEX triplet: C5, AE and DE. RGB value is (197,174,222). Sum of RGB (Red+Green+Blue) = 197+174+222=593 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.22% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 222 - color contains mainly: blue. Hex color #C5AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEDE is #3A5121. Grayscale: #BABABA. Windows color (decimal): -3821858 or 14593733. OLE color: 14593733.

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

Color convert

RGB 197 174 222 -
CMYK 0.11 0.22 0 0.13
HSL 268.75º 0.42% 0.78% -
HSV(B) 268.75º 0.22% 0.87% -
XYZ 51.35 47.42 75.55 -
YUV 186.35 148.12 135.6 -
System Red Green Blue C M Y K H S L
Decimal 197 174 222 0.11 0.22 0 0.13 268.75 0.42 0.78
Hex C5 AE DE B 16 0 D 10D 2A 4E
Octal 305 256 336 13 26 0 15 415 52 116
Binary 11000101 10101110 11011110 1011 10110 0 1101 100001101 101010 1001110

Color Harmonies of #C5AEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEDE

Black with #C5AEDE

Text Example


Text Example

White with #C5AEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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