Html Css Color HEX #D3ADCD French Lilac

📋 copy color: '#D3ADCD'

red 211 ◦ green 173 ◦ blue 205

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

Shades of French Lilac #D3ADCD

Tints of French Lilac #D3ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.8%

R = 35.82%
G = 29.37%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D3ADCD (or 0xD3ADCD) is known color: French Lilac. HEX triplet: D3, AD and CD. RGB value is (211,173,205). Sum of RGB (Red+Green+Blue) = 211+173+205=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADCD is #2C5232. Grayscale: #BBBBBB. Windows color (decimal): -2904627 or 13479379. OLE color: 13479379.

HSL color Cylindrical-coordinate representation of color #D3ADCD: hue angle of 309.47º 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 #D3ADCD is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 173 205 -
CMYK 0 0.18 0.03 0.17
HSL 309.47º 0.3% 0.75% -
HSV(B) 309.47º 0.18% 0.83% -
XYZ 52.83 48.14 64.27 -
YUV 188.01 137.59 144.4 -
System Red Green Blue C M Y K H S L
Decimal 211 173 205 0 0.18 0.03 0.17 309.47 0.3 0.75
Hex D3 AD CD 0 12 3 11 135 1E 4B
Octal 323 255 315 0 22 3 21 465 36 113
Binary 11010011 10101101 11001101 0 10010 11 10001 100110101 11110 1001011

Color Harmonies of #D3ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADCD

Black with #D3ADCD

Text Example


Text Example

White with #D3ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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