Html Css Color HEX #D3B8CD French Lilac

📋 copy color: '#D3B8CD'

red 211 ◦ green 184 ◦ blue 205

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

Shades of French Lilac #D3B8CD

Tints of French Lilac #D3B8CD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.67%

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

R = 35.17%
G = 30.67%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D3B8CD (or 0xD3B8CD) is known color: French Lilac. HEX triplet: D3, B8 and CD. RGB value is (211,184,205). Sum of RGB (Red+Green+Blue) = 211+184+205=600 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.17% from 600); Green value is 184 (72.27% from 255 or 30.67% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B8CD is #2C4732. Grayscale: #C2C2C2. Windows color (decimal): -2901811 or 13482195. OLE color: 13482195.

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

Color convert

RGB 211 184 205 -
CMYK 0 0.13 0.03 0.17
HSL 313.33º 0.23% 0.77% -
HSV(B) 313.33º 0.13% 0.83% -
XYZ 55.02 52.54 65 -
YUV 194.47 133.95 139.79 -
System Red Green Blue C M Y K H S L
Decimal 211 184 205 0 0.13 0.03 0.17 313.33 0.23 0.77
Hex D3 B8 CD 0 D 3 11 139 17 4D
Octal 323 270 315 0 15 3 21 471 27 115
Binary 11010011 10111000 11001101 0 1101 11 10001 100111001 10111 1001101

Color Harmonies of #D3B8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B8CD

Black with #D3B8CD

Text Example


Text Example

White with #D3B8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B8CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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