Html Css Color HEX #D0A8CE Lilac

📋 copy color: '#D0A8CE'

red 208 ◦ green 168 ◦ blue 206

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

Shades of Lilac #D0A8CE

Tints of Lilac #D0A8CE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.87%

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

R = 35.74%
G = 28.87%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0A8CE (or 0xD0A8CE) is known color: Lilac. HEX triplet: D0, A8 and CE. RGB value is (208,168,206). Sum of RGB (Red+Green+Blue) = 208+168+206=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 168 (66.02% from 255 or 28.87% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A8CE is #2F5731. Grayscale: #B8B8B8. Windows color (decimal): -3102514 or 13543632. OLE color: 13543632.

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

Color convert

RGB 208 168 206 -
CMYK 0 0.19 0.01 0.18
HSL 303º 0.3% 0.74% -
HSV(B) 303º 0.19% 0.82% -
XYZ 51.16 45.87 64.55 -
YUV 184.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 208 168 206 0 0.19 0.01 0.18 303 0.3 0.74
Hex D0 A8 CE 0 13 1 12 12F 1E 4A
Octal 320 250 316 0 23 1 22 457 36 112
Binary 11010000 10101000 11001110 0 10011 1 10010 100101111 11110 1001010

Color Harmonies of #D0A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A8CE

Black with #D0A8CE

Text Example


Text Example

White with #D0A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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