Html Css Color HEX #D2ACD1 Lilac

📋 copy color: '#D2ACD1'

red 210 ◦ green 172 ◦ blue 209

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

Shades of Lilac #D2ACD1

Tints of Lilac #D2ACD1

RGB

 RED value IS 210 (82.42% from 255) = 35.53%

 GREEN value IS 172 (67.58% from 255) = 29.1%

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

R = 35.53%
G = 29.1%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D2ACD1 (or 0xD2ACD1) is known color: Lilac. HEX triplet: D2, AC and D1. RGB value is (210,172,209). Sum of RGB (Red+Green+Blue) = 210+172+209=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 209 (82.03% from 255 or 35.36% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ACD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ACD1 is #2D532E. Grayscale: #BBBBBB. Windows color (decimal): -2970415 or 13741266. OLE color: 13741266.

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

Color convert

RGB 210 172 209 -
CMYK 0 0.18 0.00 0.18
HSL 301.58º 0.3% 0.75% -
HSV(B) 301.58º 0.18% 0.82% -
XYZ 52.84 47.81 66.76 -
YUV 187.58 140.09 143.99 -
System Red Green Blue C M Y K H S L
Decimal 210 172 209 0 0.18 0.00 0.18 301.58 0.3 0.75
Hex D2 AC D1 0 12 0 12 12E 1E 4B
Octal 322 254 321 0 22 0 22 456 36 113
Binary 11010010 10101100 11010001 0 10010 0 10010 100101110 11110 1001011

Color Harmonies of #D2ACD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ACD1

Black with #D2ACD1

Text Example


Text Example

White with #D2ACD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ACD1; }

 p { color: rgb(210,172,209); }

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

background-color css

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

 a { background-color: rgb(210,172,209); }

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

border-color css

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

 span { border-color: rgb(210,172,209); }

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