Html Css Color HEX #D3AED0 French Lilac

📋 copy color: '#D3AED0'

red 211 ◦ green 174 ◦ blue 208

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

Shades of French Lilac #D3AED0

Tints of French Lilac #D3AED0

RGB

 RED value IS 211 (82.81% from 255) = 35.58%

 GREEN value IS 174 (68.36% from 255) = 29.34%

 BLUE value IS 208 (81.64% from 255) = 35.08%

R = 35.58%
G = 29.34%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D3AED0 (or 0xD3AED0) is known color: French Lilac. HEX triplet: D3, AE and D0. RGB value is (211,174,208). Sum of RGB (Red+Green+Blue) = 211+174+208=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AED0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3AED0 is #2C512F. Grayscale: #BCBCBC. Windows color (decimal): -2904368 or 13676243. OLE color: 13676243.

HSL color Cylindrical-coordinate representation of color #D3AED0: hue angle of 304.86º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3AED0 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 174 208 -
CMYK 0 0.18 0.01 0.17
HSL 304.86º 0.3% 0.75% -
HSV(B) 304.86º 0.18% 0.83% -
XYZ 53.39 48.68 66.26 -
YUV 188.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 211 174 208 0 0.18 0.01 0.17 304.86 0.3 0.75
Hex D3 AE D0 0 12 1 11 131 1E 4B
Octal 323 256 320 0 22 1 21 461 36 113
Binary 11010011 10101110 11010000 0 10010 1 10001 100110001 11110 1001011

Color Harmonies of #D3AED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AED0

Black with #D3AED0

Text Example


Text Example

White with #D3AED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AED0; }

 p { color: rgb(211,174,208); }

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

background-color css

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

 a { background-color: rgb(211,174,208); }

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

border-color css

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

 span { border-color: rgb(211,174,208); }

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