#D0AFED

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

Shades of Perfume #D0AFED

Tints of Perfume #D0AFED

Color information

#D0AFED (or 0xD0AFED) is unknown color: approx Perfume. HEX triplet: D0, AF and ED. RGB value is (208,175,237). Sum of RGB (Red+Green+Blue) = 208+175+237=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #D0AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFED is #2F5012. Grayscale: #BFBFBF. Windows color (decimal): -3100691 or 15577040. OLE color: 15577040.

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

Color convert

RGB208175237-
CMYK0.120.2600.07
HSL271.94º63.27%80.78%-
HSV(B)271.94º26.16%92.94%-
XYZ56.6350.1886.82-
YUV191.94153.43139.46-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.55%
GREEN value IS 175 (68.75% from 255) = 28.23%
BLUE value IS 237 (92.97% from 255) = 38.23%
R=33.55%
G=28.23%
B=38.23%

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
Decimal2081752370.120.2600.07271.9463.2780.78
HexD0AFEDC1A071103f51
Octal32025735514320742077121
Binary11010000101011111110110111001101001111000100001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFED; }

 p { color: rgb(208,175,237); }

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

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

 a { background-color: rgb(208,175,237); }

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

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

 span { border-color: rgb(208,175,237); }

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