Html Css Color HEX #D3BAD0 French Lilac

📋 copy color: '#D3BAD0'

red 211 ◦ green 186 ◦ blue 208

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

Shades of French Lilac #D3BAD0

Tints of French Lilac #D3BAD0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.74%

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

R = 34.88%
G = 30.74%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D3BAD0 (or 0xD3BAD0) is known color: French Lilac. HEX triplet: D3, BA and D0. RGB value is (211,186,208). Sum of RGB (Red+Green+Blue) = 211+186+208=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BAD0 is #2C452F. Grayscale: #C3C3C3. Windows color (decimal): -2901296 or 13679315. OLE color: 13679315.

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

Color convert

RGB 211 186 208 -
CMYK 0 0.12 0.01 0.17
HSL 307.2º 0.22% 0.78% -
HSV(B) 307.2º 0.12% 0.83% -
XYZ 55.81 53.52 67.06 -
YUV 195.98 134.78 138.71 -
System Red Green Blue C M Y K H S L
Decimal 211 186 208 0 0.12 0.01 0.17 307.2 0.22 0.78
Hex D3 BA D0 0 C 1 11 133 16 4E
Octal 323 272 320 0 14 1 21 463 26 116
Binary 11010011 10111010 11010000 0 1100 1 10001 100110011 10110 1001110

Color Harmonies of #D3BAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BAD0

Black with #D3BAD0

Text Example


Text Example

White with #D3BAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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