Html Css Color HEX #D8ADD5 French Lilac

📋 copy color: '#D8ADD5'

red 216 ◦ green 173 ◦ blue 213

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

Shades of French Lilac #D8ADD5

Tints of French Lilac #D8ADD5

RGB

 RED value IS 216 (84.77% from 255) = 35.88%

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

 BLUE value IS 213 (83.59% from 255) = 35.38%

R = 35.88%
G = 28.74%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8ADD5 (or 0xD8ADD5) is known color: French Lilac. HEX triplet: D8, AD and D5. RGB value is (216,173,213). Sum of RGB (Red+Green+Blue) = 216+173+213=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 213 (83.59% from 255 or 35.38% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADD5 is #27522A. Grayscale: #BEBEBE. Windows color (decimal): -2576939 or 14003672. OLE color: 14003672.

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

Color convert

RGB 216 173 213 -
CMYK 0 0.20 0.01 0.15
HSL 304.19º 0.36% 0.76% -
HSV(B) 304.19º 0.2% 0.85% -
XYZ 55.27 49.29 69.55 -
YUV 190.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 216 173 213 0 0.20 0.01 0.15 304.19 0.36 0.76
Hex D8 AD D5 0 14 1 F 130 24 4C
Octal 330 255 325 0 24 1 17 460 44 114
Binary 11011000 10101101 11010101 0 10100 1 1111 100110000 100100 1001100

Color Harmonies of #D8ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADD5

Black with #D8ADD5

Text Example


Text Example

White with #D8ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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