#D0ACEE

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

Shades of Perfume #D0ACEE

Tints of Perfume #D0ACEE

Color information

#D0ACEE (or 0xD0ACEE) is unknown color: approx Perfume. HEX triplet: D0, AC and EE. RGB value is (208,172,238). Sum of RGB (Red+Green+Blue) = 208+172+238=618 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.66% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 238 - color contains mainly: blue. Hex color #D0ACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ACEE is #2F5311. Grayscale: #BEBEBE. Windows color (decimal): -3101458 or 15641808. OLE color: 15641808.

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

Color convert

RGB208172238-
CMYK0.130.2800.07
HSL272.73º66%80.39%-
HSV(B)272.73º27.73%93.33%-
XYZ56.249.0987.4-
YUV190.29154.93140.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.66%
GREEN value IS 172 (67.58% from 255) = 27.83%
BLUE value IS 238 (93.36% from 255) = 38.51%
R=33.66%
G=27.83%
B=38.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2081722380.130.2800.07272.736680.39
HexD0ACEED1C071114250
Octal320254356153407421102120
Binary110100001010110011101110110111100011110001000110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ACEE; }

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

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

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

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

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

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

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

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