Html Css Color HEX #D2ABCE Lilac

📋 copy color: '#D2ABCE'

red 210 ◦ green 171 ◦ blue 206

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

Shades of Lilac #D2ABCE

Tints of Lilac #D2ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 35.78%
G = 29.13%
B = 35.09%

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

#D2ABCE (or 0xD2ABCE) is known color: Lilac. HEX triplet: D2, AB and CE. RGB value is (210,171,206). Sum of RGB (Red+Green+Blue) = 210+171+206=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ABCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ABCE is #2D5431. Grayscale: #BABABA. Windows color (decimal): -2970674 or 13544402. OLE color: 13544402.

HSL color Cylindrical-coordinate representation of color #D2ABCE: hue angle of 306.15º 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 #D2ABCE is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 171 206 -
CMYK 0 0.19 0.02 0.18
HSL 306.15º 0.3% 0.75% -
HSV(B) 306.15º 0.19% 0.82% -
XYZ 52.28 47.28 64.76 -
YUV 186.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 210 171 206 0 0.19 0.02 0.18 306.15 0.3 0.75
Hex D2 AB CE 0 13 2 12 132 1E 4B
Octal 322 253 316 0 23 2 22 462 36 113
Binary 11010010 10101011 11001110 0 10011 10 10010 100110010 11110 1001011

Color Harmonies of #D2ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ABCE

Black with #D2ABCE

Text Example


Text Example

White with #D2ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ABCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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