Html Css Color HEX #D6ADD3 French Lilac

📋 copy color: '#D6ADD3'

red 214 ◦ green 173 ◦ blue 211

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

Shades of French Lilac #D6ADD3

Tints of French Lilac #D6ADD3

RGB

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

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

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

R = 35.79%
G = 28.93%
B = 35.28%

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

#D6ADD3 (or 0xD6ADD3) is known color: French Lilac. HEX triplet: D6, AD and D3. RGB value is (214,173,211). Sum of RGB (Red+Green+Blue) = 214+173+211=598 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.79% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADD3 is #29522C. Grayscale: #BDBDBD. Windows color (decimal): -2708013 or 13872598. OLE color: 13872598.

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

Color convert

RGB 214 173 211 -
CMYK 0 0.19 0.01 0.16
HSL 304.39º 0.33% 0.76% -
HSV(B) 304.39º 0.19% 0.84% -
XYZ 54.43 48.89 68.2 -
YUV 189.59 140.08 145.41 -
System Red Green Blue C M Y K H S L
Decimal 214 173 211 0 0.19 0.01 0.16 304.39 0.33 0.76
Hex D6 AD D3 0 13 1 10 130 21 4C
Octal 326 255 323 0 23 1 20 460 41 114
Binary 11010110 10101101 11010011 0 10011 1 10000 100110000 100001 1001100

Color Harmonies of #D6ADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADD3

Black with #D6ADD3

Text Example


Text Example

White with #D6ADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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