Html Css Color HEX #D2ABCD Lilac

📋 copy color: '#D2ABCD'

red 210 ◦ green 171 ◦ blue 205

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

Shades of Lilac #D2ABCD

Tints of Lilac #D2ABCD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.18%

 BLUE value IS 205 (80.47% from 255) = 34.98%

R = 35.84%
G = 29.18%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2ABCD (or 0xD2ABCD) is known color: Lilac. HEX triplet: D2, AB and CD. RGB value is (210,171,205). Sum of RGB (Red+Green+Blue) = 210+171+205=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABCD is #2D5432. Grayscale: #BABABA. Windows color (decimal): -2970675 or 13478866. OLE color: 13478866.

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

Color convert

RGB 210 171 205 -
CMYK 0 0.19 0.02 0.18
HSL 307.69º 0.3% 0.75% -
HSV(B) 307.69º 0.19% 0.82% -
XYZ 52.16 47.24 64.13 -
YUV 186.54 138.42 144.74 -
System Red Green Blue C M Y K H S L
Decimal 210 171 205 0 0.19 0.02 0.18 307.69 0.3 0.75
Hex D2 AB CD 0 13 2 12 134 1E 4B
Octal 322 253 315 0 23 2 22 464 36 113
Binary 11010010 10101011 11001101 0 10011 10 10010 100110100 11110 1001011

Color Harmonies of #D2ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABCD

Black with #D2ABCD

Text Example


Text Example

White with #D2ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABCD; }

 p { color: rgb(210,171,205); }

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

background-color css

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

 a { background-color: rgb(210,171,205); }

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

border-color css

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

 span { border-color: rgb(210,171,205); }

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