Html Css Color HEX #D6ACD4 French Lilac

📋 copy color: '#D6ACD4'

red 214 ◦ green 172 ◦ blue 212

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

Shades of French Lilac #D6ACD4

Tints of French Lilac #D6ACD4

RGB

 RED value IS 214 (83.98% from 255) = 35.79%

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

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

R = 35.79%
G = 28.76%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D6ACD4 (or 0xD6ACD4) is known color: French Lilac. HEX triplet: D6, AC and D4. RGB value is (214,172,212). Sum of RGB (Red+Green+Blue) = 214+172+212=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACD4 is #29532B. Grayscale: #BDBDBD. Windows color (decimal): -2708268 or 13937878. OLE color: 13937878.

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

Color convert

RGB 214 172 212 -
CMYK 0 0.20 0.01 0.16
HSL 302.86º 0.34% 0.76% -
HSV(B) 302.86º 0.2% 0.84% -
XYZ 54.37 48.55 68.79 -
YUV 189.12 140.91 145.75 -
System Red Green Blue C M Y K H S L
Decimal 214 172 212 0 0.20 0.01 0.16 302.86 0.34 0.76
Hex D6 AC D4 0 14 1 10 12F 22 4C
Octal 326 254 324 0 24 1 20 457 42 114
Binary 11010110 10101100 11010100 0 10100 1 10000 100101111 100010 1001100

Color Harmonies of #D6ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACD4

Black with #D6ACD4

Text Example


Text Example

White with #D6ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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