Html Css Color HEX #D0A0CE Lilac

📋 copy color: '#D0A0CE'

red 208 ◦ green 160 ◦ blue 206

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

Shades of Lilac #D0A0CE

Tints of Lilac #D0A0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.87%

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

R = 36.24%
G = 27.87%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0A0CE (or 0xD0A0CE) is known color: Lilac. HEX triplet: D0, A0 and CE. RGB value is (208,160,206). Sum of RGB (Red+Green+Blue) = 208+160+206=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 206 (80.86% from 255 or 35.89% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A0CE is #2F5F31. Grayscale: #B3B3B3. Windows color (decimal): -3104562 or 13541584. OLE color: 13541584.

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

Color convert

RGB 208 160 206 -
CMYK 0 0.23 0.01 0.18
HSL 302.5º 0.34% 0.72% -
HSV(B) 302.5º 0.23% 0.82% -
XYZ 49.72 43.01 64.07 -
YUV 179.6 142.9 148.26 -
System Red Green Blue C M Y K H S L
Decimal 208 160 206 0 0.23 0.01 0.18 302.5 0.34 0.72
Hex D0 A0 CE 0 17 1 12 12E 22 48
Octal 320 240 316 0 27 1 22 456 42 110
Binary 11010000 10100000 11001110 0 10111 1 10010 100101110 100010 1001000

Color Harmonies of #D0A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A0CE

Black with #D0A0CE

Text Example


Text Example

White with #D0A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A0CE; }

 p { color: rgb(208,160,206); }

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

background-color css

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

 a { background-color: rgb(208,160,206); }

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

border-color css

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

 span { border-color: rgb(208,160,206); }

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