#C8AEDC

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

Shades of Perfume #C8AEDC

Tints of Perfume #C8AEDC

Color information

#C8AEDC (or 0xC8AEDC) is unknown color: approx Perfume. HEX triplet: C8, AE and DC. RGB value is (200,174,220). Sum of RGB (Red+Green+Blue) = 200+174+220=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8AEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEDC is #375123. Grayscale: #BABABA. Windows color (decimal): -3625252 or 14462664. OLE color: 14462664.

HSL color Cylindrical-coordinate representation of color #C8AEDC: hue angle of 273.91º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8AEDC is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200174220-
CMYK0.090.2100.14
HSL273.91º39.66%77.25%-
HSV(B)273.91º20.91%86.27%-
XYZ51.8747.7274.19-
YUV187.02146.61137.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.67%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 220 (86.33% from 255) = 37.04%
R=33.67%
G=29.29%
B=37.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001742200.090.2100.14273.9139.6677.25
HexC8AEDC9150E112284d
Octal310256334112501642250115
Binary110010001010111011011100100110101011101000100101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8AEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8AEDC; }

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

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

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

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

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

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

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

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