#D0AFD0

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

Shades of Lilac #D0AFD0

Tints of Lilac #D0AFD0

Color information

#D0AFD0 (or 0xD0AFD0) is unknown color: approx Lilac. HEX triplet: D0, AF and D0. RGB value is (208,175,208). Sum of RGB (Red+Green+Blue) = 208+175+208=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D0AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFD0 is #2F502F. Grayscale: #BCBCBC. Windows color (decimal): -3100720 or 13676496. OLE color: 13676496.

HSL color Cylindrical-coordinate representation of color #D0AFD0: hue angle of 300º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0AFD0 is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208175208-
CMYK00.1600.18
HSL300º25.98%75.1%-
HSV(B)300º15.87%81.57%-
XYZ52.7348.6266.28-
YUV188.63138.93141.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.19%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=35.19%
G=29.61%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817520800.1600.1830025.9875.1
HexD0AFD001001212c1a4b
Octal32025732002002245432113
Binary110100001010111111010000010000010010100101100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AFD0; }

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

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

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

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

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

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

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

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