Html Css Color HEX #D6ACD0 French Lilac

📋 copy color: '#D6ACD0'

red 214 ◦ green 172 ◦ blue 208

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

Shades of French Lilac #D6ACD0

Tints of French Lilac #D6ACD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.02%

R = 36.03%
G = 28.96%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6ACD0 (or 0xD6ACD0) is known color: French Lilac. HEX triplet: D6, AC and D0. RGB value is (214,172,208). Sum of RGB (Red+Green+Blue) = 214+172+208=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACD0 is #29532F. Grayscale: #BCBCBC. Windows color (decimal): -2708272 or 13675734. OLE color: 13675734.

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

Color convert

RGB 214 172 208 -
CMYK 0 0.20 0.03 0.16
HSL 308.57º 0.34% 0.76% -
HSV(B) 308.57º 0.2% 0.84% -
XYZ 53.87 48.36 66.17 -
YUV 188.66 138.91 146.07 -
System Red Green Blue C M Y K H S L
Decimal 214 172 208 0 0.20 0.03 0.16 308.57 0.34 0.76
Hex D6 AC D0 0 14 3 10 135 22 4C
Octal 326 254 320 0 24 3 20 465 42 114
Binary 11010110 10101100 11010000 0 10100 11 10000 100110101 100010 1001100

Color Harmonies of #D6ACD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ACD0

Black with #D6ACD0

Text Example


Text Example

White with #D6ACD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ACD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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