#C8ADEC

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

Shades of Perfume #C8ADEC

Tints of Perfume #C8ADEC

Color information

#C8ADEC (or 0xC8ADEC) is unknown color: approx Perfume. HEX triplet: C8, AD and EC. RGB value is (200,173,236). Sum of RGB (Red+Green+Blue) = 200+173+236=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 236 (92.58% from 255 or 38.75% from 609); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADEC is #375213. Grayscale: #BCBCBC. Windows color (decimal): -3625492 or 15510984. OLE color: 15510984.

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

Color convert

RGB200173236-
CMYK0.150.2700.07
HSL265.71º62.38%80.2%-
HSV(B)265.71º26.69%92.55%-
XYZ53.948.2285.82-
YUV188.26154.95136.38-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 173 (67.97% from 255) = 28.41%
BLUE value IS 236 (92.58% from 255) = 38.75%
R=32.84%
G=28.41%
B=38.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001732360.150.2700.07265.7162.3880.2
HexC8ADECF1B0710a3e50
Octal31025535417330741276120
Binary11001000101011011110110011111101101111000010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ADEC; }

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

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

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

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

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

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

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

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