Html Css Color HEX #C5AEE1 Perfume

📋 copy color: '#C5AEE1'

red 197 ◦ green 174 ◦ blue 225

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

Shades of Perfume #C5AEE1

Tints of Perfume #C5AEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.75%

R = 33.05%
G = 29.19%
B = 37.75%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C5AEE1 (or 0xC5AEE1) is known color: Perfume. HEX triplet: C5, AE and E1. RGB value is (197,174,225). Sum of RGB (Red+Green+Blue) = 197+174+225=596 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.05% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5AEE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEE1 is #3A511E. Grayscale: #BABABA. Windows color (decimal): -3821855 or 14790341. OLE color: 14790341.

HSL color Cylindrical-coordinate representation of color #C5AEE1: hue angle of 267.06º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5AEE1 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 174 225 -
CMYK 0.12 0.23 0 0.12
HSL 267.06º 0.46% 0.78% -
HSV(B) 267.06º 0.23% 0.88% -
XYZ 51.75 47.58 77.69 -
YUV 186.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 197 174 225 0.12 0.23 0 0.12 267.06 0.46 0.78
Hex C5 AE E1 C 17 0 C 10B 2E 4E
Octal 305 256 341 14 27 0 14 413 56 116
Binary 11000101 10101110 11100001 1100 10111 0 1100 100001011 101110 1001110

Color Harmonies of #C5AEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AEE1

Black with #C5AEE1

Text Example


Text Example

White with #C5AEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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