Html Css Color HEX #D5A1CE Lilac

📋 copy color: '#D5A1CE'

red 213 ◦ green 161 ◦ blue 206

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

Shades of Lilac #D5A1CE

Tints of Lilac #D5A1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.76%

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

R = 36.72%
G = 27.76%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D5A1CE (or 0xD5A1CE) is known color: Lilac. HEX triplet: D5, A1 and CE. RGB value is (213,161,206). Sum of RGB (Red+Green+Blue) = 213+161+206=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 161 (63.28% from 255 or 27.76% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A1CE is #2A5E31. Grayscale: #B5B5B5. Windows color (decimal): -2776626 or 13541845. OLE color: 13541845.

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

Color convert

RGB 213 161 206 -
CMYK 0 0.24 0.03 0.16
HSL 308.08º 0.38% 0.73% -
HSV(B) 308.08º 0.24% 0.84% -
XYZ 51.33 44.09 64.2 -
YUV 181.68 141.73 150.34 -
System Red Green Blue C M Y K H S L
Decimal 213 161 206 0 0.24 0.03 0.16 308.08 0.38 0.73
Hex D5 A1 CE 0 18 3 10 134 26 49
Octal 325 241 316 0 30 3 20 464 46 111
Binary 11010101 10100001 11001110 0 11000 11 10000 100110100 100110 1001001

Color Harmonies of #D5A1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A1CE

Black with #D5A1CE

Text Example


Text Example

White with #D5A1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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