Html Css Color HEX #D0AACD Lilac

📋 copy color: '#D0AACD'

red 208 ◦ green 170 ◦ blue 205

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

Shades of Lilac #D0AACD

Tints of Lilac #D0AACD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.16%

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

R = 35.68%
G = 29.16%
B = 35.16%

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

#D0AACD (or 0xD0AACD) is known color: Lilac. HEX triplet: D0, AA and CD. RGB value is (208,170,205). Sum of RGB (Red+Green+Blue) = 208+170+205=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 170 (66.80% from 255 or 29.16% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0AACD is #2F5532. Grayscale: #B9B9B9. Windows color (decimal): -3102003 or 13478608. OLE color: 13478608.

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

Color convert

RGB 208 170 205 -
CMYK 0 0.18 0.01 0.18
HSL 304.74º 0.29% 0.74% -
HSV(B) 304.74º 0.18% 0.82% -
XYZ 51.41 46.57 64.04 -
YUV 185.35 139.09 144.15 -
System Red Green Blue C M Y K H S L
Decimal 208 170 205 0 0.18 0.01 0.18 304.74 0.29 0.74
Hex D0 AA CD 0 12 1 12 131 1D 4A
Octal 320 252 315 0 22 1 22 461 35 112
Binary 11010000 10101010 11001101 0 10010 1 10010 100110001 11101 1001010

Color Harmonies of #D0AACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AACD

Black with #D0AACD

Text Example


Text Example

White with #D0AACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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