Html Css Color HEX #D3BBCD French Lilac

📋 copy color: '#D3BBCD'

red 211 ◦ green 187 ◦ blue 205

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

Shades of French Lilac #D3BBCD

Tints of French Lilac #D3BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.01%

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

R = 34.99%
G = 31.01%
B = 34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D3BBCD (or 0xD3BBCD) is known color: French Lilac. HEX triplet: D3, BB and CD. RGB value is (211,187,205). Sum of RGB (Red+Green+Blue) = 211+187+205=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBCD is #2C4432. Grayscale: #C4C4C4. Windows color (decimal): -2901043 or 13482963. OLE color: 13482963.

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

Color convert

RGB 211 187 205 -
CMYK 0 0.11 0.03 0.17
HSL 315º 0.21% 0.78% -
HSV(B) 315º 0.11% 0.83% -
XYZ 55.65 53.8 65.21 -
YUV 196.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 211 187 205 0 0.11 0.03 0.17 315 0.21 0.78
Hex D3 BB CD 0 B 3 11 13B 15 4E
Octal 323 273 315 0 13 3 21 473 25 116
Binary 11010011 10111011 11001101 0 1011 11 10001 100111011 10101 1001110

Color Harmonies of #D3BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BBCD

Black with #D3BBCD

Text Example


Text Example

White with #D3BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BBCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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