Html Css Color HEX #D8A5CD French Lilac

📋 copy color: '#D8A5CD'

red 216 ◦ green 165 ◦ blue 205

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

Shades of French Lilac #D8A5CD

Tints of French Lilac #D8A5CD

RGB

 RED value IS 216 (84.77% from 255) = 36.86%

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

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

R = 36.86%
G = 28.16%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D8A5CD (or 0xD8A5CD) is known color: French Lilac. HEX triplet: D8, A5 and CD. RGB value is (216,165,205). Sum of RGB (Red+Green+Blue) = 216+165+205=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 165 (64.84% from 255 or 28.16% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A5CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A5CD is #275A32. Grayscale: #B8B8B8. Windows color (decimal): -2578995 or 13477336. OLE color: 13477336.

HSL color Cylindrical-coordinate representation of color #D8A5CD: hue angle of 312.94º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8A5CD is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 165 205 -
CMYK 0 0.24 0.05 0.15
HSL 312.94º 0.4% 0.75% -
HSV(B) 312.94º 0.24% 0.85% -
XYZ 52.79 45.92 63.84 -
YUV 184.81 139.4 150.25 -
System Red Green Blue C M Y K H S L
Decimal 216 165 205 0 0.24 0.05 0.15 312.94 0.4 0.75
Hex D8 A5 CD 0 18 5 F 139 28 4B
Octal 330 245 315 0 30 5 17 471 50 113
Binary 11011000 10100101 11001101 0 11000 101 1111 100111001 101000 1001011

Color Harmonies of #D8A5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A5CD

Black with #D8A5CD

Text Example


Text Example

White with #D8A5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A5CD; }

 p { color: rgb(216,165,205); }

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

background-color css

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

 a { background-color: rgb(216,165,205); }

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

border-color css

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

 span { border-color: rgb(216,165,205); }

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