Html Css Color HEX #C5AAEB Perfume

📋 copy color: '#C5AAEB'

red 197 ◦ green 170 ◦ blue 235

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

Shades of Perfume #C5AAEB

Tints of Perfume #C5AAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.04%

R = 32.72%
G = 28.24%
B = 39.04%

CMYK

 C value IS 0.16

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C5AAEB (or 0xC5AAEB) is known color: Perfume. HEX triplet: C5, AA and EB. RGB value is (197,170,235). Sum of RGB (Red+Green+Blue) = 197+170+235=602 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.72% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 235 (92.19% from 255 or 39.04% from 602); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AAEB is #3A5514. Grayscale: #B9B9B9. Windows color (decimal): -3822869 or 15444677. OLE color: 15444677.

HSL color Cylindrical-coordinate representation of color #C5AAEB: hue angle of 264.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AAEB is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 197 170 235 -
CMYK 0.16 0.28 0 0.08
HSL 264.92º 0.62% 0.79% -
HSV(B) 264.92º 0.28% 0.92% -
XYZ 52.4 46.62 84.83 -
YUV 185.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 197 170 235 0.16 0.28 0 0.08 264.92 0.62 0.79
Hex C5 AA EB 10 1C 0 8 109 3E 4F
Octal 305 252 353 20 34 0 10 411 76 117
Binary 11000101 10101010 11101011 10000 11100 0 1000 100001001 111110 1001111

Color Harmonies of #C5AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AAEB

Black with #C5AAEB

Text Example


Text Example

White with #C5AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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