Html Css Color HEX #D9A8CD French Lilac

📋 copy color: '#D9A8CD'

red 217 ◦ green 168 ◦ blue 205

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

Shades of French Lilac #D9A8CD

Tints of French Lilac #D9A8CD

RGB

 RED value IS 217 (85.16% from 255) = 36.78%

 GREEN value IS 168 (66.02% from 255) = 28.47%

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

R = 36.78%
G = 28.47%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9A8CD (or 0xD9A8CD) is known color: French Lilac. HEX triplet: D9, A8 and CD. RGB value is (217,168,205). Sum of RGB (Red+Green+Blue) = 217+168+205=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A8CD is #265732. Grayscale: #BABABA. Windows color (decimal): -2512691 or 13478105. OLE color: 13478105.

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

Color convert

RGB 217 168 205 -
CMYK 0 0.23 0.06 0.15
HSL 314.69º 0.39% 0.75% -
HSV(B) 314.69º 0.23% 0.85% -
XYZ 53.64 47.16 64.03 -
YUV 186.87 138.23 149.49 -
System Red Green Blue C M Y K H S L
Decimal 217 168 205 0 0.23 0.06 0.15 314.69 0.39 0.75
Hex D9 A8 CD 0 17 6 F 13B 27 4B
Octal 331 250 315 0 27 6 17 473 47 113
Binary 11011001 10101000 11001101 0 10111 110 1111 100111011 100111 1001011

Color Harmonies of #D9A8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8CD

Black with #D9A8CD

Text Example


Text Example

White with #D9A8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8CD; }

 p { color: rgb(217,168,205); }

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

background-color css

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

 a { background-color: rgb(217,168,205); }

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

border-color css

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

 span { border-color: rgb(217,168,205); }

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