Html Css Color HEX #D3ADCE French Lilac

📋 copy color: '#D3ADCE'

red 211 ◦ green 173 ◦ blue 206

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

Shades of French Lilac #D3ADCE

Tints of French Lilac #D3ADCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 35.76%
G = 29.32%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D3ADCE (or 0xD3ADCE) is known color: French Lilac. HEX triplet: D3, AD and CE. RGB value is (211,173,206). Sum of RGB (Red+Green+Blue) = 211+173+206=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADCE is #2C5231. Grayscale: #BCBCBC. Windows color (decimal): -2904626 or 13544915. OLE color: 13544915.

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

Color convert

RGB 211 173 206 -
CMYK 0 0.18 0.02 0.17
HSL 307.89º 0.3% 0.75% -
HSV(B) 307.89º 0.18% 0.83% -
XYZ 52.95 48.19 64.9 -
YUV 188.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 211 173 206 0 0.18 0.02 0.17 307.89 0.3 0.75
Hex D3 AD CE 0 12 2 11 134 1E 4B
Octal 323 255 316 0 22 2 21 464 36 113
Binary 11010011 10101101 11001110 0 10010 10 10001 100110100 11110 1001011

Color Harmonies of #D3ADCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADCE

Black with #D3ADCE

Text Example


Text Example

White with #D3ADCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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