Html Css Color HEX #C8AADE Perfume

📋 copy color: '#C8AADE'

red 200 ◦ green 170 ◦ blue 222

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

Shades of Perfume #C8AADE

Tints of Perfume #C8AADE

RGB

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

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

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

R = 33.78%
G = 28.72%
B = 37.5%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C8AADE (or 0xC8AADE) is known color: Perfume. HEX triplet: C8, AA and DE. RGB value is (200,170,222). Sum of RGB (Red+Green+Blue) = 200+170+222=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AADE is #375521. Grayscale: #B8B8B8. Windows color (decimal): -3626274 or 14592712. OLE color: 14592712.

HSL color Cylindrical-coordinate representation of color #C8AADE: hue angle of 274.62º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8AADE is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 170 222 -
CMYK 0.10 0.23 0 0.13
HSL 274.62º 0.44% 0.77% -
HSV(B) 274.62º 0.23% 0.87% -
XYZ 51.38 46.3 75.34 -
YUV 184.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 200 170 222 0.10 0.23 0 0.13 274.62 0.44 0.77
Hex C8 AA DE A 17 0 D 113 2C 4D
Octal 310 252 336 12 27 0 15 423 54 115
Binary 11001000 10101010 11011110 1010 10111 0 1101 100010011 101100 1001101

Color Harmonies of #C8AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AADE

Black with #C8AADE

Text Example


Text Example

White with #C8AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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