#C8ACE2

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

Shades of Perfume #C8ACE2

Tints of Perfume #C8ACE2

Color information

#C8ACE2 (or 0xC8ACE2) is unknown color: approx Perfume. HEX triplet: C8, AC and E2. RGB value is (200,172,226). Sum of RGB (Red+Green+Blue) = 200+172+226=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #C8ACE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ACE2 is #37531D. Grayscale: #BABABA. Windows color (decimal): -3625758 or 14855368. OLE color: 14855368.

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

Color convert

RGB200172226-
CMYK0.120.2400.11
HSL271.11º48.21%78.04%-
HSV(B)271.11º23.89%88.63%-
XYZ52.347.2878.32-
YUV186.53150.28137.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 226 (88.67% from 255) = 37.79%
R=33.44%
G=28.76%
B=37.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2001722260.120.2400.11271.1148.2178.04
HexC8ACE2C180B10f304e
Octal310254342143001341760116
Binary110010001010110011100010110011000010111000011111100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACE2; }

 p { color: rgb(200,172,226); }

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

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

 a { background-color: rgb(200,172,226); }

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

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

 span { border-color: rgb(200,172,226); }

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