Html Css Color HEX #D3BECF French Lilac

📋 copy color: '#D3BECF'

red 211 ◦ green 190 ◦ blue 207

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

Shades of French Lilac #D3BECF

Tints of French Lilac #D3BECF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.25%

 BLUE value IS 207 (81.25% from 255) = 34.05%

R = 34.7%
G = 31.25%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D3BECF (or 0xD3BECF) is known color: French Lilac. HEX triplet: D3, BE and CF. RGB value is (211,190,207). Sum of RGB (Red+Green+Blue) = 211+190+207=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BECF is #2C4130. Grayscale: #C6C6C6. Windows color (decimal): -2900273 or 13614803. OLE color: 13614803.

HSL color Cylindrical-coordinate representation of color #D3BECF: hue angle of 311.43º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3BECF is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 190 207 -
CMYK 0 0.10 0.02 0.17
HSL 311.43º 0.19% 0.79% -
HSV(B) 311.43º 0.1% 0.83% -
XYZ 56.54 55.18 66.7 -
YUV 198.22 132.96 137.12 -
System Red Green Blue C M Y K H S L
Decimal 211 190 207 0 0.10 0.02 0.17 311.43 0.19 0.79
Hex D3 BE CF 0 A 2 11 137 13 4F
Octal 323 276 317 0 12 2 21 467 23 117
Binary 11010011 10111110 11001111 0 1010 10 10001 100110111 10011 1001111

Color Harmonies of #D3BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BECF

Black with #D3BECF

Text Example


Text Example

White with #D3BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BECF; }

 p { color: rgb(211,190,207); }

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

background-color css

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

 a { background-color: rgb(211,190,207); }

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

border-color css

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

 span { border-color: rgb(211,190,207); }

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