Html Css Color HEX #D8A7CD French Lilac

📋 copy color: '#D8A7CD'

red 216 ◦ green 167 ◦ blue 205

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

Shades of French Lilac #D8A7CD

Tints of French Lilac #D8A7CD

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.4%

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

R = 36.73%
G = 28.4%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D8A7CD (or 0xD8A7CD) is known color: French Lilac. HEX triplet: D8, A7 and CD. RGB value is (216,167,205). Sum of RGB (Red+Green+Blue) = 216+167+205=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 167 (65.62% from 255 or 28.40% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A7CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A7CD is #275832. Grayscale: #B9B9B9. Windows color (decimal): -2578483 or 13477848. OLE color: 13477848.

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

Color convert

RGB 216 167 205 -
CMYK 0 0.23 0.05 0.15
HSL 313.47º 0.39% 0.75% -
HSV(B) 313.47º 0.23% 0.85% -
XYZ 53.16 46.64 63.96 -
YUV 185.98 138.73 149.41 -
System Red Green Blue C M Y K H S L
Decimal 216 167 205 0 0.23 0.05 0.15 313.47 0.39 0.75
Hex D8 A7 CD 0 17 5 F 139 27 4B
Octal 330 247 315 0 27 5 17 471 47 113
Binary 11011000 10100111 11001101 0 10111 101 1111 100111001 100111 1001011

Color Harmonies of #D8A7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A7CD

Black with #D8A7CD

Text Example


Text Example

White with #D8A7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A7CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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