Html Css Color HEX #D3ADCC French Lilac

📋 copy color: '#D3ADCC'

red 211 ◦ green 173 ◦ blue 204

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

Shades of French Lilac #D3ADCC

Tints of French Lilac #D3ADCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.69%

R = 35.88%
G = 29.42%
B = 34.69%

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

#D3ADCC (or 0xD3ADCC) is known color: French Lilac. HEX triplet: D3, AD and CC. RGB value is (211,173,204). Sum of RGB (Red+Green+Blue) = 211+173+204=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADCC is #2C5233. Grayscale: #BBBBBB. Windows color (decimal): -2904628 or 13413843. OLE color: 13413843.

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

Color convert

RGB 211 173 204 -
CMYK 0 0.18 0.03 0.17
HSL 311.05º 0.3% 0.75% -
HSV(B) 311.05º 0.18% 0.83% -
XYZ 52.71 48.1 63.63 -
YUV 187.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 211 173 204 0 0.18 0.03 0.17 311.05 0.3 0.75
Hex D3 AD CC 0 12 3 11 137 1E 4B
Octal 323 255 314 0 22 3 21 467 36 113
Binary 11010011 10101101 11001100 0 10010 11 10001 100110111 11110 1001011

Color Harmonies of #D3ADCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3ADCC

Black with #D3ADCC

Text Example


Text Example

White with #D3ADCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3ADCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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