Html Css Color HEX #D7A5CE Lilac

📋 copy color: '#D7A5CE'

red 215 ◦ green 165 ◦ blue 206

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

Shades of Lilac #D7A5CE

Tints of Lilac #D7A5CE

RGB

 RED value IS 215 (84.38% from 255) = 36.69%

 GREEN value IS 165 (64.84% from 255) = 28.16%

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

R = 36.69%
G = 28.16%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D7A5CE (or 0xD7A5CE) is known color: Lilac. HEX triplet: D7, A5 and CE. RGB value is (215,165,206). Sum of RGB (Red+Green+Blue) = 215+165+206=586 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.69% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A5CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7A5CE is #285A31. Grayscale: #B8B8B8. Windows color (decimal): -2644530 or 13542871. OLE color: 13542871.

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

Color convert

RGB 215 165 206 -
CMYK 0 0.23 0.04 0.16
HSL 310.8º 0.38% 0.75% -
HSV(B) 310.8º 0.23% 0.84% -
XYZ 52.62 45.81 64.46 -
YUV 184.62 140.07 149.67 -
System Red Green Blue C M Y K H S L
Decimal 215 165 206 0 0.23 0.04 0.16 310.8 0.38 0.75
Hex D7 A5 CE 0 17 4 10 137 26 4B
Octal 327 245 316 0 27 4 20 467 46 113
Binary 11010111 10100101 11001110 0 10111 100 10000 100110111 100110 1001011

Color Harmonies of #D7A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A5CE

Black with #D7A5CE

Text Example


Text Example

White with #D7A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A5CE; }

 p { color: rgb(215,165,206); }

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

background-color css

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

 a { background-color: rgb(215,165,206); }

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

border-color css

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

 span { border-color: rgb(215,165,206); }

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