Html Css Color HEX #C8AAE1 Perfume

📋 copy color: '#C8AAE1'

red 200 ◦ green 170 ◦ blue 225

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

Shades of Perfume #C8AAE1

Tints of Perfume #C8AAE1

RGB

 RED value IS 200 (78.52% from 255) = 33.61%

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

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

R = 33.61%
G = 28.57%
B = 37.82%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C8AAE1 (or 0xC8AAE1) is known color: Perfume. HEX triplet: C8, AA and E1. RGB value is (200,170,225). Sum of RGB (Red+Green+Blue) = 200+170+225=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 170 (66.80% from 255 or 28.57% from 595); Blue value is 225 (88.28% from 255 or 37.82% from 595); Max value from RGB is 225 - color contains mainly: blue. Hex color #C8AAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AAE1 is #37551E. Grayscale: #B9B9B9. Windows color (decimal): -3626271 or 14789320. OLE color: 14789320.

HSL color Cylindrical-coordinate representation of color #C8AAE1: hue angle of 272.73º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8AAE1 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 170 225 -
CMYK 0.11 0.24 0 0.12
HSL 272.73º 0.48% 0.77% -
HSV(B) 272.73º 0.24% 0.88% -
XYZ 51.78 46.47 77.47 -
YUV 185.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 200 170 225 0.11 0.24 0 0.12 272.73 0.48 0.77
Hex C8 AA E1 B 18 0 C 111 30 4D
Octal 310 252 341 13 30 0 14 421 60 115
Binary 11001000 10101010 11100001 1011 11000 0 1100 100010001 110000 1001101

Color Harmonies of #C8AAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAE1

Black with #C8AAE1

Text Example


Text Example

White with #C8AAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAE1; }

 p { color: rgb(200,170,225); }

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

background-color css

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

 a { background-color: rgb(200,170,225); }

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

border-color css

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

 span { border-color: rgb(200,170,225); }

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