#D0AEEC

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

Shades of Perfume #D0AEEC

Tints of Perfume #D0AEEC

Color information

#D0AEEC (or 0xD0AEEC) is unknown color: approx Perfume. HEX triplet: D0, AE and EC. RGB value is (208,174,236). Sum of RGB (Red+Green+Blue) = 208+174+236=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 174 (68.36% from 255 or 28.16% 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 #D0AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AEEC is #2F5113. Grayscale: #BFBFBF. Windows color (decimal): -3100948 or 15511248. OLE color: 15511248.

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

Color convert

RGB208174236-
CMYK0.120.2600.07
HSL272.9º62%80.39%-
HSV(B)272.9º26.27%92.55%-
XYZ56.2949.7485.99-
YUV191.23153.26139.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 174 (68.36% from 255) = 28.16%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=33.66%
G=28.16%
B=38.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081742360.120.2600.07272.96280.39
HexD0AEECC1A071113e50
Octal32025635414320742176120
Binary11010000101011101110110011001101001111000100011111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AEEC; }

 p { color: rgb(208,174,236); }

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

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

 a { background-color: rgb(208,174,236); }

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

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

 span { border-color: rgb(208,174,236); }

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