#D0AFEC

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

Shades of Perfume #D0AFEC

Tints of Perfume #D0AFEC

Color information

#D0AFEC (or 0xD0AFEC) is unknown color: approx Perfume. HEX triplet: D0, AF and EC. RGB value is (208,175,236). Sum of RGB (Red+Green+Blue) = 208+175+236=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #D0AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AFEC is #2F5013. Grayscale: #BFBFBF. Windows color (decimal): -3100692 or 15511504. OLE color: 15511504.

HSL color Cylindrical-coordinate representation of color #D0AFEC: hue angle of 272.46º degrees, saturation: 0.62, 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 #D0AFEC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB208175236-
CMYK0.120.2600.07
HSL272.46º61.62%80.59%-
HSV(B)272.46º25.85%92.55%-
XYZ56.4850.1386.06-
YUV191.82152.93139.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.60%
GREEN value IS 175 (68.75% from 255) = 28.27%
BLUE value IS 236 (92.58% from 255) = 38.13%
R=33.60%
G=28.27%
B=38.13%

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
Decimal2081752360.120.2600.07272.4661.6280.59
HexD0AFECC1A071103e51
Octal32025735414320742076121
Binary11010000101011111110110011001101001111000100001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFEC; }

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

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

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

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

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

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

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

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