#C8AADD

Color #C8AADD Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C8AADD

Tints of Perfume #C8AADD

Color information

#C8AADD (or 0xC8AADD) is unknown color: approx Perfume. HEX triplet: C8, AA and DD. RGB value is (200,170,221). Sum of RGB (Red+Green+Blue) = 200+170+221=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AADD is #375522. Grayscale: #B8B8B8. Windows color (decimal): -3626275 or 14527176. OLE color: 14527176.

HSL color Cylindrical-coordinate representation of color #C8AADD: hue angle of 275.29º degrees, saturation: 0.43, 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 #C8AADD is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB200170221-
CMYK0.100.2300.13
HSL275.29º42.86%76.67%-
HSV(B)275.29º23.08%86.67%-
XYZ51.2546.2574.63-
YUV184.78148.44138.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.84%
GREEN value IS 170 (66.80% from 255) = 28.76%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=33.84%
G=28.76%
B=37.39%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2001702210.100.2300.13275.2942.8676.67
HexC8AADDA170D1132b4d
Octal310252335122701542353115
Binary110010001010101011011101101010111011011000100111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AADD; }

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

 H1.HeaderClassName
 {
   color: #C8AADD;
 }
 .AnyTagClassName
 {
   color: #C8AADD;
 }
</style>
background-color css

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

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

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

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

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

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