#D1ADEC

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

Shades of Perfume #D1ADEC

Tints of Perfume #D1ADEC

Color information

#D1ADEC (or 0xD1ADEC) is unknown color: approx Perfume. HEX triplet: D1, AD and EC. RGB value is (209,173,236). Sum of RGB (Red+Green+Blue) = 209+173+236=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADEC is #2E5213. Grayscale: #BEBEBE. Windows color (decimal): -3035668 or 15510993. OLE color: 15510993.

HSL color Cylindrical-coordinate representation of color #D1ADEC: hue angle of 274.29º 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 #D1ADEC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209173236-
CMYK0.110.2700.07
HSL274.29º62.38%80.2%-
HSV(B)274.29º26.69%92.55%-
XYZ56.3849.585.94-
YUV190.95153.43140.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.82%
GREEN value IS 173 (67.97% from 255) = 27.99%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=33.82%
G=27.99%
B=38.19%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091732360.110.2700.07274.2962.3880.2
HexD1ADECB1B071123e50
Octal32125535413330742276120
Binary11010001101011011110110010111101101111000100101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADEC; }

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

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

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

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

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

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

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

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