Html Css Color HEX #D2ADD0 Lilac

📋 copy color: '#D2ADD0'

red 210 ◦ green 173 ◦ blue 208

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

Shades of Lilac #D2ADD0

Tints of Lilac #D2ADD0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.27%

 BLUE value IS 208 (81.64% from 255) = 35.19%

R = 35.53%
G = 29.27%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D2ADD0 (or 0xD2ADD0) is known color: Lilac. HEX triplet: D2, AD and D0. RGB value is (210,173,208). Sum of RGB (Red+Green+Blue) = 210+173+208=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADD0 is #2D522F. Grayscale: #BBBBBB. Windows color (decimal): -2970160 or 13675986. OLE color: 13675986.

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

Color convert

RGB 210 173 208 -
CMYK 0 0.18 0.01 0.18
HSL 303.24º 0.29% 0.75% -
HSV(B) 303.24º 0.18% 0.82% -
XYZ 52.91 48.14 66.18 -
YUV 188.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 210 173 208 0 0.18 0.01 0.18 303.24 0.29 0.75
Hex D2 AD D0 0 12 1 12 12F 1D 4B
Octal 322 255 320 0 22 1 22 457 35 113
Binary 11010010 10101101 11010000 0 10010 1 10010 100101111 11101 1001011

Color Harmonies of #D2ADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADD0

Black with #D2ADD0

Text Example


Text Example

White with #D2ADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADD0; }

 p { color: rgb(210,173,208); }

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

background-color css

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

 a { background-color: rgb(210,173,208); }

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

border-color css

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

 span { border-color: rgb(210,173,208); }

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