#D0ADE9

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

Shades of Perfume #D0ADE9

Tints of Perfume #D0ADE9

Color information

#D0ADE9 (or 0xD0ADE9) is unknown color: approx Perfume. HEX triplet: D0, AD and E9. RGB value is (208,173,233). Sum of RGB (Red+Green+Blue) = 208+173+233=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 173 (67.97% from 255 or 28.18% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #D0ADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADE9 is #2F5216. Grayscale: #BEBEBE. Windows color (decimal): -3101207 or 15314384. OLE color: 15314384.

HSL color Cylindrical-coordinate representation of color #D0ADE9: hue angle of 275º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0ADE9 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB208173233-
CMYK0.110.2600.09
HSL275º57.69%79.61%-
HSV(B)275º25.75%91.37%-
XYZ55.6649.1883.65-
YUV190.3152.1140.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 173 (67.97% from 255) = 28.18%
BLUE value IS 233 (91.41% from 255) = 37.95%
R=33.88%
G=28.18%
B=37.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2081732330.110.2600.0927557.6979.61
HexD0ADE9B1A091133a50
Octal320255351133201142372120
Binary110100001010110111101001101111010010011000100111110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADE9; }

 p { color: rgb(208,173,233); }

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

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

 a { background-color: rgb(208,173,233); }

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

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

 span { border-color: rgb(208,173,233); }

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