Html Css Color HEX #D0A6CD Lilac

📋 copy color: '#D0A6CD'

red 208 ◦ green 166 ◦ blue 205

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

Shades of Lilac #D0A6CD

Tints of Lilac #D0A6CD

RGB

 RED value IS 208 (81.64% from 255) = 35.92%

 GREEN value IS 166 (65.23% from 255) = 28.67%

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

R = 35.92%
G = 28.67%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0A6CD (or 0xD0A6CD) is known color: Lilac. HEX triplet: D0, A6 and CD. RGB value is (208,166,205). Sum of RGB (Red+Green+Blue) = 208+166+205=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A6CD is #2F5932. Grayscale: #B6B6B6. Windows color (decimal): -3103027 or 13477584. OLE color: 13477584.

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

Color convert

RGB 208 166 205 -
CMYK 0 0.20 0.01 0.18
HSL 304.29º 0.31% 0.73% -
HSV(B) 304.29º 0.2% 0.82% -
XYZ 50.67 45.09 63.79 -
YUV 183 140.41 145.83 -
System Red Green Blue C M Y K H S L
Decimal 208 166 205 0 0.20 0.01 0.18 304.29 0.31 0.73
Hex D0 A6 CD 0 14 1 12 130 1F 49
Octal 320 246 315 0 24 1 22 460 37 111
Binary 11010000 10100110 11001101 0 10100 1 10010 100110000 11111 1001001

Color Harmonies of #D0A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A6CD

Black with #D0A6CD

Text Example


Text Example

White with #D0A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A6CD; }

 p { color: rgb(208,166,205); }

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

background-color css

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

 a { background-color: rgb(208,166,205); }

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

border-color css

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

 span { border-color: rgb(208,166,205); }

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