Html Css Color HEX #D0AFD1 Lilac

📋 copy color: '#D0AFD1'

red 208 ◦ green 175 ◦ blue 209

#D0AFD1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #D0AFD1

Tints of Lilac #D0AFD1

RGB

 RED value IS 208 (81.64% from 255) = 35.14%

 GREEN value IS 175 (68.75% from 255) = 29.56%

 BLUE value IS 209 (82.03% from 255) = 35.3%

R = 35.14%
G = 29.56%
B = 35.3%

CMYK

 C value IS 0.00

 M value IS 0.16

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D0AFD1 (or 0xD0AFD1) is known color: Lilac. HEX triplet: D0, AF and D1. RGB value is (208,175,209). Sum of RGB (Red+Green+Blue) = 208+175+209=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #D0AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AFD1 is #2F502E. Grayscale: #BCBCBC. Windows color (decimal): -3100719 or 13742032. OLE color: 13742032.

HSL color Cylindrical-coordinate representation of color #D0AFD1: hue angle of 298.24º degrees, saturation: 0.27, 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 #D0AFD1 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 175 209 -
CMYK 0.00 0.16 0 0.18
HSL 298.24º 0.27% 0.75% -
HSV(B) 298.24º 0.16% 0.82% -
XYZ 52.85 48.67 66.93 -
YUV 188.74 139.43 141.74 -
System Red Green Blue C M Y K H S L
Decimal 208 175 209 0.00 0.16 0 0.18 298.24 0.27 0.75
Hex D0 AF D1 0 10 0 12 12A 1B 4B
Octal 320 257 321 0 20 0 22 452 33 113
Binary 11010000 10101111 11010001 0 10000 0 10010 100101010 11011 1001011

Color Harmonies of #D0AFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AFD1

Black with #D0AFD1

Text Example


Text Example

White with #D0AFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AFD1; }

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

 H1.HeaderClassName
 {
   color: #D0AFD1;
 }
 .AnyTagClassName
 {
   color: #D0AFD1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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