Html Css Color HEX #D1A2CF Lilac

📋 copy color: '#D1A2CF'

red 209 ◦ green 162 ◦ blue 207

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

Shades of Lilac #D1A2CF

Tints of Lilac #D1A2CF

RGB

 RED value IS 209 (82.03% from 255) = 36.16%

 GREEN value IS 162 (63.67% from 255) = 28.03%

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 36.16%
G = 28.03%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D1A2CF (or 0xD1A2CF) is known color: Lilac. HEX triplet: D1, A2 and CF. RGB value is (209,162,207). Sum of RGB (Red+Green+Blue) = 209+162+207=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 162 (63.67% from 255 or 28.03% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1A2CF is #2E5D30. Grayscale: #B5B5B5. Windows color (decimal): -3038513 or 13607633. OLE color: 13607633.

HSL color Cylindrical-coordinate representation of color #D1A2CF: hue angle of 302.55º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1A2CF is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 162 207 -
CMYK 0 0.22 0.01 0.18
HSL 302.55º 0.34% 0.73% -
HSV(B) 302.55º 0.22% 0.82% -
XYZ 50.48 43.9 64.84 -
YUV 181.18 142.57 147.84 -
System Red Green Blue C M Y K H S L
Decimal 209 162 207 0 0.22 0.01 0.18 302.55 0.34 0.73
Hex D1 A2 CF 0 16 1 12 12F 22 49
Octal 321 242 317 0 26 1 22 457 42 111
Binary 11010001 10100010 11001111 0 10110 1 10010 100101111 100010 1001001

Color Harmonies of #D1A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A2CF

Black with #D1A2CF

Text Example


Text Example

White with #D1A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A2CF; }

 p { color: rgb(209,162,207); }

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

background-color css

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

 a { background-color: rgb(209,162,207); }

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

border-color css

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

 span { border-color: rgb(209,162,207); }

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