Html Css Color HEX #D3B5CD French Lilac

📋 copy color: '#D3B5CD'

red 211 ◦ green 181 ◦ blue 205

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

Shades of French Lilac #D3B5CD

Tints of French Lilac #D3B5CD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.32%

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

R = 35.34%
G = 30.32%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D3B5CD (or 0xD3B5CD) is known color: French Lilac. HEX triplet: D3, B5 and CD. RGB value is (211,181,205). Sum of RGB (Red+Green+Blue) = 211+181+205=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 181 (71.09% from 255 or 30.32% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B5CD is #2C4A32. Grayscale: #C0C0C0. Windows color (decimal): -2902579 or 13481427. OLE color: 13481427.

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

Color convert

RGB 211 181 205 -
CMYK 0 0.14 0.03 0.17
HSL 312º 0.25% 0.77% -
HSV(B) 312º 0.14% 0.83% -
XYZ 54.41 51.3 64.79 -
YUV 192.71 134.94 141.05 -
System Red Green Blue C M Y K H S L
Decimal 211 181 205 0 0.14 0.03 0.17 312 0.25 0.77
Hex D3 B5 CD 0 E 3 11 138 19 4D
Octal 323 265 315 0 16 3 21 470 31 115
Binary 11010011 10110101 11001101 0 1110 11 10001 100111000 11001 1001101

Color Harmonies of #D3B5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B5CD

Black with #D3B5CD

Text Example


Text Example

White with #D3B5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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