Html Css Color HEX #D5ADD4 French Lilac

📋 copy color: '#D5ADD4'

red 213 ◦ green 173 ◦ blue 212

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

Shades of French Lilac #D5ADD4

Tints of French Lilac #D5ADD4

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.93%

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

R = 35.62%
G = 28.93%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D5ADD4 (or 0xD5ADD4) is known color: French Lilac. HEX triplet: D5, AD and D4. RGB value is (213,173,212). Sum of RGB (Red+Green+Blue) = 213+173+212=598 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.62% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADD4 is #2A522B. Grayscale: #BDBDBD. Windows color (decimal): -2773548 or 13938133. OLE color: 13938133.

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

Color convert

RGB 213 173 212 -
CMYK 0 0.19 0.00 0.16
HSL 301.5º 0.32% 0.76% -
HSV(B) 301.5º 0.19% 0.84% -
XYZ 54.27 48.79 68.84 -
YUV 189.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 213 173 212 0 0.19 0.00 0.16 301.5 0.32 0.76
Hex D5 AD D4 0 13 0 10 12E 20 4C
Octal 325 255 324 0 23 0 20 456 40 114
Binary 11010101 10101101 11010100 0 10011 0 10000 100101110 100000 1001100

Color Harmonies of #D5ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADD4

Black with #D5ADD4

Text Example


Text Example

White with #D5ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADD4; }

 p { color: rgb(213,173,212); }

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

background-color css

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

 a { background-color: rgb(213,173,212); }

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

border-color css

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

 span { border-color: rgb(213,173,212); }

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