Html Css Color HEX #D8A6CD French Lilac

📋 copy color: '#D8A6CD'

red 216 ◦ green 166 ◦ blue 205

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

Shades of French Lilac #D8A6CD

Tints of French Lilac #D8A6CD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 28.28%

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

R = 36.8%
G = 28.28%
B = 34.92%

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

#D8A6CD (or 0xD8A6CD) is known color: French Lilac. HEX triplet: D8, A6 and CD. RGB value is (216,166,205). Sum of RGB (Red+Green+Blue) = 216+166+205=587 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.80% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A6CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8A6CD is #275932. Grayscale: #B9B9B9. Windows color (decimal): -2578739 or 13477592. OLE color: 13477592.

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

Color convert

RGB 216 166 205 -
CMYK 0 0.23 0.05 0.15
HSL 313.2º 0.39% 0.75% -
HSV(B) 313.2º 0.23% 0.85% -
XYZ 52.97 46.28 63.9 -
YUV 185.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 216 166 205 0 0.23 0.05 0.15 313.2 0.39 0.75
Hex D8 A6 CD 0 17 5 F 139 27 4B
Octal 330 246 315 0 27 5 17 471 47 113
Binary 11011000 10100110 11001101 0 10111 101 1111 100111001 100111 1001011

Color Harmonies of #D8A6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A6CD

Black with #D8A6CD

Text Example


Text Example

White with #D8A6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A6CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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