Html Css Color HEX #D5ACD3 French Lilac

📋 copy color: '#D5ACD3'

red 213 ◦ green 172 ◦ blue 211

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

Shades of French Lilac #D5ACD3

Tints of French Lilac #D5ACD3

RGB

 RED value IS 213 (83.59% from 255) = 35.74%

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

 BLUE value IS 211 (82.81% from 255) = 35.4%

R = 35.74%
G = 28.86%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D5ACD3 (or 0xD5ACD3) is known color: French Lilac. HEX triplet: D5, AC and D3. RGB value is (213,172,211). Sum of RGB (Red+Green+Blue) = 213+172+211=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACD3 is #2A532C. Grayscale: #BCBCBC. Windows color (decimal): -2773805 or 13872341. OLE color: 13872341.

HSL color Cylindrical-coordinate representation of color #D5ACD3: hue angle of 302.93º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ACD3 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 211 -
CMYK 0 0.19 0.01 0.16
HSL 302.93º 0.33% 0.75% -
HSV(B) 302.93º 0.19% 0.84% -
XYZ 53.95 48.35 68.12 -
YUV 188.71 140.58 145.33 -
System Red Green Blue C M Y K H S L
Decimal 213 172 211 0 0.19 0.01 0.16 302.93 0.33 0.75
Hex D5 AC D3 0 13 1 10 12F 21 4B
Octal 325 254 323 0 23 1 20 457 41 113
Binary 11010101 10101100 11010011 0 10011 1 10000 100101111 100001 1001011

Color Harmonies of #D5ACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACD3

Black with #D5ACD3

Text Example


Text Example

White with #D5ACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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