Html Css Color HEX #D6ADD5 French Lilac

📋 copy color: '#D6ADD5'

red 214 ◦ green 173 ◦ blue 213

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

Shades of French Lilac #D6ADD5

Tints of French Lilac #D6ADD5

RGB

 RED value IS 214 (83.98% from 255) = 35.67%

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

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

R = 35.67%
G = 28.83%
B = 35.5%

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

#D6ADD5 (or 0xD6ADD5) is known color: French Lilac. HEX triplet: D6, AD and D5. RGB value is (214,173,213). Sum of RGB (Red+Green+Blue) = 214+173+213=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 173 (67.97% from 255 or 28.83% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADD5 is #29522A. Grayscale: #BDBDBD. Windows color (decimal): -2708011 or 14003670. OLE color: 14003670.

HSL color Cylindrical-coordinate representation of color #D6ADD5: hue angle of 301.46º degrees, saturation: 0.33, 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 #D6ADD5 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 213 -
CMYK 0 0.19 0.00 0.16
HSL 301.46º 0.33% 0.76% -
HSV(B) 301.46º 0.19% 0.84% -
XYZ 54.69 48.99 69.52 -
YUV 189.82 141.08 145.25 -
System Red Green Blue C M Y K H S L
Decimal 214 173 213 0 0.19 0.00 0.16 301.46 0.33 0.76
Hex D6 AD D5 0 13 0 10 12D 21 4C
Octal 326 255 325 0 23 0 20 455 41 114
Binary 11010110 10101101 11010101 0 10011 0 10000 100101101 100001 1001100

Color Harmonies of #D6ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADD5

Black with #D6ADD5

Text Example


Text Example

White with #D6ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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