Html Css Color HEX #D0A4CE Lilac

📋 copy color: '#D0A4CE'

red 208 ◦ green 164 ◦ blue 206

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

Shades of Lilac #D0A4CE

Tints of Lilac #D0A4CE

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.37%

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

R = 35.99%
G = 28.37%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D0A4CE (or 0xD0A4CE) is known color: Lilac. HEX triplet: D0, A4 and CE. RGB value is (208,164,206). Sum of RGB (Red+Green+Blue) = 208+164+206=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0A4CE is #2F5B31. Grayscale: #B5B5B5. Windows color (decimal): -3103538 or 13542608. OLE color: 13542608.

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

Color convert

RGB 208 164 206 -
CMYK 0 0.21 0.01 0.18
HSL 302.73º 0.32% 0.73% -
HSV(B) 302.73º 0.21% 0.82% -
XYZ 50.43 44.42 64.31 -
YUV 181.94 141.58 146.58 -
System Red Green Blue C M Y K H S L
Decimal 208 164 206 0 0.21 0.01 0.18 302.73 0.32 0.73
Hex D0 A4 CE 0 15 1 12 12F 20 49
Octal 320 244 316 0 25 1 22 457 40 111
Binary 11010000 10100100 11001110 0 10101 1 10010 100101111 100000 1001001

Color Harmonies of #D0A4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A4CE

Black with #D0A4CE

Text Example


Text Example

White with #D0A4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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