Html Css Color HEX #D8ADD4 French Lilac

📋 copy color: '#D8ADD4'

red 216 ◦ green 173 ◦ blue 212

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

Shades of French Lilac #D8ADD4

Tints of French Lilac #D8ADD4

RGB

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

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

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

R = 35.94%
G = 28.79%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D8ADD4 (or 0xD8ADD4) is known color: French Lilac. HEX triplet: D8, AD and D4. RGB value is (216,173,212). Sum of RGB (Red+Green+Blue) = 216+173+212=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADD4 is #27522B. Grayscale: #BEBEBE. Windows color (decimal): -2576940 or 13938136. OLE color: 13938136.

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

Color convert

RGB 216 173 212 -
CMYK 0 0.20 0.02 0.15
HSL 305.58º 0.36% 0.76% -
HSV(B) 305.58º 0.2% 0.85% -
XYZ 55.15 49.24 68.89 -
YUV 190.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 216 173 212 0 0.20 0.02 0.15 305.58 0.36 0.76
Hex D8 AD D4 0 14 2 F 132 24 4C
Octal 330 255 324 0 24 2 17 462 44 114
Binary 11011000 10101101 11010100 0 10100 10 1111 100110010 100100 1001100

Color Harmonies of #D8ADD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADD4

Black with #D8ADD4

Text Example


Text Example

White with #D8ADD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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