#D0AAEE

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

Shades of Perfume #D0AAEE

Tints of Perfume #D0AAEE

Color information

#D0AAEE (or 0xD0AAEE) is unknown color: approx Perfume. HEX triplet: D0, AA and EE. RGB value is (208,170,238). Sum of RGB (Red+Green+Blue) = 208+170+238=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 238 (93.36% from 255 or 38.64% from 616); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0AAEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AAEE is #2F5511. Grayscale: #BCBCBC. Windows color (decimal): -3101970 or 15641296. OLE color: 15641296.

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

Color convert

RGB208170238-
CMYK0.130.2900.07
HSL273.53º66.67%80%-
HSV(B)273.53º28.57%93.33%-
XYZ55.8248.3387.28-
YUV189.11155.59141.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.77%
GREEN value IS 170 (66.80% from 255) = 27.60%
BLUE value IS 238 (93.36% from 255) = 38.64%
R=33.77%
G=27.60%
B=38.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081702380.130.2900.07273.5366.6780
HexD0AAEED1D071124350
Octal320252356153507422103120
Binary110100001010101011101110110111101011110001001010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AAEE; }

 p { color: rgb(208,170,238); }

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

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

 a { background-color: rgb(208,170,238); }

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

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

 span { border-color: rgb(208,170,238); }

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