Html Css Color HEX #D8ACD4 French Lilac

📋 copy color: '#D8ACD4'

red 216 ◦ green 172 ◦ blue 212

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

Shades of French Lilac #D8ACD4

Tints of French Lilac #D8ACD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.33%

R = 36%
G = 28.67%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D8ACD4 (or 0xD8ACD4) is known color: French Lilac. HEX triplet: D8, AC and D4. RGB value is (216,172,212). Sum of RGB (Red+Green+Blue) = 216+172+212=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ACD4 is #27532B. Grayscale: #BDBDBD. Windows color (decimal): -2577196 or 13937880. OLE color: 13937880.

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

Color convert

RGB 216 172 212 -
CMYK 0 0.20 0.02 0.15
HSL 305.45º 0.36% 0.76% -
HSV(B) 305.45º 0.2% 0.85% -
XYZ 54.96 48.86 68.82 -
YUV 189.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 216 172 212 0 0.20 0.02 0.15 305.45 0.36 0.76
Hex D8 AC D4 0 14 2 F 131 24 4C
Octal 330 254 324 0 24 2 17 461 44 114
Binary 11011000 10101100 11010100 0 10100 10 1111 100110001 100100 1001100

Color Harmonies of #D8ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ACD4

Black with #D8ACD4

Text Example


Text Example

White with #D8ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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