#C8AAEC

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

Shades of Perfume #C8AAEC

Tints of Perfume #C8AAEC

Color information

#C8AAEC (or 0xC8AAEC) is unknown color: approx Perfume. HEX triplet: C8, AA and EC. RGB value is (200,170,236). Sum of RGB (Red+Green+Blue) = 200+170+236=606 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.00% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8AAEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAEC is #375513. Grayscale: #BABABA. Windows color (decimal): -3626260 or 15510216. OLE color: 15510216.

HSL color Cylindrical-coordinate representation of color #C8AAEC: hue angle of 267.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8AAEC is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200170236-
CMYK0.150.2800.07
HSL267.27º63.46%79.61%-
HSV(B)267.27º27.97%92.55%-
XYZ53.3347.0885.63-
YUV186.49155.94137.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.00%
GREEN value IS 170 (66.80% from 255) = 28.05%
BLUE value IS 236 (92.58% from 255) = 38.94%
R=33.00%
G=28.05%
B=38.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001702360.150.2800.07267.2763.4679.61
HexC8AAECF1C0710b3f50
Octal31025235417340741377120
Binary11001000101010101110110011111110001111000010111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AAEC; }

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

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

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

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

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

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

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

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