Html Css Color HEX #D9ACD4 French Lilac

📋 copy color: '#D9ACD4'

red 217 ◦ green 172 ◦ blue 212

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

Shades of French Lilac #D9ACD4

Tints of French Lilac #D9ACD4

RGB

 RED value IS 217 (85.16% from 255) = 36.11%

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

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

R = 36.11%
G = 28.62%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D9ACD4 (or 0xD9ACD4) is known color: French Lilac. HEX triplet: D9, AC and D4. RGB value is (217,172,212). Sum of RGB (Red+Green+Blue) = 217+172+212=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACD4 is #26532B. Grayscale: #BDBDBD. Windows color (decimal): -2511660 or 13937881. OLE color: 13937881.

HSL color Cylindrical-coordinate representation of color #D9ACD4: hue angle of 306.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACD4 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 172 212 -
CMYK 0 0.21 0.02 0.15
HSL 306.67º 0.37% 0.76% -
HSV(B) 306.67º 0.21% 0.85% -
XYZ 55.25 49.01 68.84 -
YUV 190.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 217 172 212 0 0.21 0.02 0.15 306.67 0.37 0.76
Hex D9 AC D4 0 15 2 F 133 25 4C
Octal 331 254 324 0 25 2 17 463 45 114
Binary 11011001 10101100 11010100 0 10101 10 1111 100110011 100101 1001100

Color Harmonies of #D9ACD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACD4

Black with #D9ACD4

Text Example


Text Example

White with #D9ACD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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