Html Css Color HEX #D3C6D0 French Lilac

📋 copy color: '#D3C6D0'

red 211 ◦ green 198 ◦ blue 208

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

Shades of French Lilac #D3C6D0

Tints of French Lilac #D3C6D0

RGB

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

 GREEN value IS 198 (77.73% from 255) = 32.09%

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

R = 34.2%
G = 32.09%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D3C6D0 (or 0xD3C6D0) is known color: French Lilac. HEX triplet: D3, C6 and D0. RGB value is (211,198,208). Sum of RGB (Red+Green+Blue) = 211+198+208=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 198 (77.73% from 255 or 32.09% from 617); Blue value is 208 (81.64% from 255 or 33.71% from 617); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C6D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C6D0 is #2C392F. Grayscale: #CBCBCB. Windows color (decimal): -2898224 or 13682387. OLE color: 13682387.

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

Color convert

RGB 211 198 208 -
CMYK 0 0.06 0.01 0.17
HSL 313.85º 0.13% 0.8% -
HSV(B) 313.85º 0.06% 0.83% -
XYZ 58.44 58.79 67.94 -
YUV 203.03 130.81 133.69 -
System Red Green Blue C M Y K H S L
Decimal 211 198 208 0 0.06 0.01 0.17 313.85 0.13 0.8
Hex D3 C6 D0 0 6 1 11 13A D 50
Octal 323 306 320 0 6 1 21 472 15 120
Binary 11010011 11000110 11010000 0 110 1 10001 100111010 1101 1010000

Color Harmonies of #D3C6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3C6D0

Black with #D3C6D0

Text Example


Text Example

White with #D3C6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3C6D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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