Html Css Color HEX #D8ACD5 French Lilac

📋 copy color: '#D8ACD5'

red 216 ◦ green 172 ◦ blue 213

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

Shades of French Lilac #D8ACD5

Tints of French Lilac #D8ACD5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.62%

 BLUE value IS 213 (83.59% from 255) = 35.44%

R = 35.94%
G = 28.62%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8ACD5 (or 0xD8ACD5) is known color: French Lilac. HEX triplet: D8, AC and D5. RGB value is (216,172,213). Sum of RGB (Red+Green+Blue) = 216+172+213=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACD5 is #27532A. Grayscale: #BDBDBD. Windows color (decimal): -2577195 or 14003416. OLE color: 14003416.

HSL color Cylindrical-coordinate representation of color #D8ACD5: hue angle of 304.09º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8ACD5 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 172 213 -
CMYK 0 0.20 0.01 0.15
HSL 304.09º 0.36% 0.76% -
HSV(B) 304.09º 0.2% 0.85% -
XYZ 55.08 48.91 69.49 -
YUV 189.83 141.08 146.67 -
System Red Green Blue C M Y K H S L
Decimal 216 172 213 0 0.20 0.01 0.15 304.09 0.36 0.76
Hex D8 AC D5 0 14 1 F 130 24 4C
Octal 330 254 325 0 24 1 17 460 44 114
Binary 11011000 10101100 11010101 0 10100 1 1111 100110000 100100 1001100

Color Harmonies of #D8ACD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACD5

Black with #D8ACD5

Text Example


Text Example

White with #D8ACD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACD5; }

 p { color: rgb(216,172,213); }

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

background-color css

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

 a { background-color: rgb(216,172,213); }

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

border-color css

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

 span { border-color: rgb(216,172,213); }

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