Html Css Color HEX #C5AAE8 Perfume

📋 copy color: '#C5AAE8'

red 197 ◦ green 170 ◦ blue 232

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

Shades of Perfume #C5AAE8

Tints of Perfume #C5AAE8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.38%

 BLUE value IS 232 (91.02% from 255) = 38.73%

R = 32.89%
G = 28.38%
B = 38.73%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C5AAE8 (or 0xC5AAE8) is known color: Perfume. HEX triplet: C5, AA and E8. RGB value is (197,170,232). Sum of RGB (Red+Green+Blue) = 197+170+232=599 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.89% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 232 (91.02% from 255 or 38.73% from 599); Max value from RGB is 232 - color contains mainly: blue. Hex color #C5AAE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AAE8 is #3A5517. Grayscale: #B8B8B8. Windows color (decimal): -3822872 or 15248069. OLE color: 15248069.

HSL color Cylindrical-coordinate representation of color #C5AAE8: hue angle of 266.13º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5AAE8 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 170 232 -
CMYK 0.15 0.27 0 0.09
HSL 266.13º 0.57% 0.79% -
HSV(B) 266.13º 0.27% 0.91% -
XYZ 51.97 46.45 82.57 -
YUV 185.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 197 170 232 0.15 0.27 0 0.09 266.13 0.57 0.79
Hex C5 AA E8 F 1B 0 9 10A 39 4F
Octal 305 252 350 17 33 0 11 412 71 117
Binary 11000101 10101010 11101000 1111 11011 0 1001 100001010 111001 1001111

Color Harmonies of #C5AAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAE8

Black with #C5AAE8

Text Example


Text Example

White with #C5AAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAE8; }

 p { color: rgb(197,170,232); }

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

background-color css

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

 a { background-color: rgb(197,170,232); }

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

border-color css

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

 span { border-color: rgb(197,170,232); }

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