Html Css Color HEX #D5A0CE Lilac

📋 copy color: '#D5A0CE'

red 213 ◦ green 160 ◦ blue 206

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

Shades of Lilac #D5A0CE

Tints of Lilac #D5A0CE

RGB

 RED value IS 213 (83.59% from 255) = 36.79%

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

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

R = 36.79%
G = 27.63%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5A0CE (or 0xD5A0CE) is known color: Lilac. HEX triplet: D5, A0 and CE. RGB value is (213,160,206). Sum of RGB (Red+Green+Blue) = 213+160+206=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A0CE is #2A5F31. Grayscale: #B4B4B4. Windows color (decimal): -2776882 or 13541589. OLE color: 13541589.

HSL color Cylindrical-coordinate representation of color #D5A0CE: hue angle of 307.92º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5A0CE is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 160 206 -
CMYK 0 0.25 0.03 0.16
HSL 307.92º 0.39% 0.73% -
HSV(B) 307.92º 0.25% 0.84% -
XYZ 51.15 43.74 64.14 -
YUV 181.09 142.06 150.76 -
System Red Green Blue C M Y K H S L
Decimal 213 160 206 0 0.25 0.03 0.16 307.92 0.39 0.73
Hex D5 A0 CE 0 19 3 10 134 27 49
Octal 325 240 316 0 31 3 20 464 47 111
Binary 11010101 10100000 11001110 0 11001 11 10000 100110100 100111 1001001

Color Harmonies of #D5A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A0CE

Black with #D5A0CE

Text Example


Text Example

White with #D5A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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