Html Css Color HEX #D8A4CD French Lilac

📋 copy color: '#D8A4CD'

red 216 ◦ green 164 ◦ blue 205

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

Shades of French Lilac #D8A4CD

Tints of French Lilac #D8A4CD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.03%

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

R = 36.92%
G = 28.03%
B = 35.04%

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

#D8A4CD (or 0xD8A4CD) is known color: French Lilac. HEX triplet: D8, A4 and CD. RGB value is (216,164,205). Sum of RGB (Red+Green+Blue) = 216+164+205=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 164 (64.45% from 255 or 28.03% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A4CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A4CD is #275B32. Grayscale: #B8B8B8. Windows color (decimal): -2579251 or 13477080. OLE color: 13477080.

HSL color Cylindrical-coordinate representation of color #D8A4CD: hue angle of 312.69º 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 #D8A4CD is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 164 205 -
CMYK 0 0.24 0.05 0.15
HSL 312.69º 0.4% 0.75% -
HSV(B) 312.69º 0.24% 0.85% -
XYZ 52.61 45.56 63.78 -
YUV 184.22 139.73 150.67 -
System Red Green Blue C M Y K H S L
Decimal 216 164 205 0 0.24 0.05 0.15 312.69 0.4 0.75
Hex D8 A4 CD 0 18 5 F 139 28 4B
Octal 330 244 315 0 30 5 17 471 50 113
Binary 11011000 10100100 11001101 0 11000 101 1111 100111001 101000 1001011

Color Harmonies of #D8A4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A4CD

Black with #D8A4CD

Text Example


Text Example

White with #D8A4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A4CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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