Html Css Color HEX #D5A6CD Lilac

📋 copy color: '#D5A6CD'

red 213 ◦ green 166 ◦ blue 205

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

Shades of Lilac #D5A6CD

Tints of Lilac #D5A6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.42%

 BLUE value IS 205 (80.47% from 255) = 35.1%

R = 36.47%
G = 28.42%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5A6CD (or 0xD5A6CD) is known color: Lilac. HEX triplet: D5, A6 and CD. RGB value is (213,166,205). Sum of RGB (Red+Green+Blue) = 213+166+205=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5A6CD is #2A5932. Grayscale: #B8B8B8. Windows color (decimal): -2775347 or 13477589. OLE color: 13477589.

HSL color Cylindrical-coordinate representation of color #D5A6CD: hue angle of 310.21º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5A6CD is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 166 205 -
CMYK 0 0.22 0.04 0.16
HSL 310.21º 0.36% 0.74% -
HSV(B) 310.21º 0.22% 0.84% -
XYZ 52.1 45.83 63.86 -
YUV 184.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 213 166 205 0 0.22 0.04 0.16 310.21 0.36 0.74
Hex D5 A6 CD 0 16 4 10 136 24 4A
Octal 325 246 315 0 26 4 20 466 44 112
Binary 11010101 10100110 11001101 0 10110 100 10000 100110110 100100 1001010

Color Harmonies of #D5A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A6CD

Black with #D5A6CD

Text Example


Text Example

White with #D5A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A6CD; }

 p { color: rgb(213,166,205); }

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

background-color css

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

 a { background-color: rgb(213,166,205); }

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

border-color css

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

 span { border-color: rgb(213,166,205); }

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