#C8AEEE

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

Shades of Perfume #C8AEEE

Tints of Perfume #C8AEEE

Color information

#C8AEEE (or 0xC8AEEE) is unknown color: approx Perfume. HEX triplet: C8, AE and EE. RGB value is (200,174,238). Sum of RGB (Red+Green+Blue) = 200+174+238=612 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.68% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEEE is #375111. Grayscale: #BCBCBC. Windows color (decimal): -3625234 or 15642312. OLE color: 15642312.

HSL color Cylindrical-coordinate representation of color #C8AEEE: hue angle of 264.38º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8AEEE is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200174238-
CMYK0.160.2700.07
HSL264.38º65.31%80.78%-
HSV(B)264.38º26.89%93.33%-
XYZ54.3948.7287.43-
YUV189.07155.61135.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.68%
GREEN value IS 174 (68.36% from 255) = 28.43%
BLUE value IS 238 (93.36% from 255) = 38.89%
R=32.68%
G=28.43%
B=38.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001742380.160.2700.07264.3865.3180.78
HexC8AEEE101B071084151
Octal310256356203307410101121
Binary1100100010101110111011101000011011011110000100010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEEE; }

 p { color: rgb(200,174,238); }

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

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

 a { background-color: rgb(200,174,238); }

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

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

 span { border-color: rgb(200,174,238); }

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