Html Css Color HEX #D6BED2 French Lilac

📋 copy color: '#D6BED2'

red 214 ◦ green 190 ◦ blue 210

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

Shades of French Lilac #D6BED2

Tints of French Lilac #D6BED2

RGB

 RED value IS 214 (83.98% from 255) = 34.85%

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

 BLUE value IS 210 (82.42% from 255) = 34.2%

R = 34.85%
G = 30.94%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D6BED2 (or 0xD6BED2) is known color: French Lilac. HEX triplet: D6, BE and D2. RGB value is (214,190,210). Sum of RGB (Red+Green+Blue) = 214+190+210=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BED2 is #29412D. Grayscale: #C7C7C7. Windows color (decimal): -2703662 or 13811414. OLE color: 13811414.

HSL color Cylindrical-coordinate representation of color #D6BED2: hue angle of 310º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BED2 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 210 -
CMYK 0 0.11 0.02 0.16
HSL 310º 0.23% 0.79% -
HSV(B) 310º 0.11% 0.84% -
XYZ 57.78 55.78 68.69 -
YUV 199.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 214 190 210 0 0.11 0.02 0.16 310 0.23 0.79
Hex D6 BE D2 0 B 2 10 136 17 4F
Octal 326 276 322 0 13 2 20 466 27 117
Binary 11010110 10111110 11010010 0 1011 10 10000 100110110 10111 1001111

Color Harmonies of #D6BED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BED2

Black with #D6BED2

Text Example


Text Example

White with #D6BED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BED2; }

 p { color: rgb(214,190,210); }

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

background-color css

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

 a { background-color: rgb(214,190,210); }

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

border-color css

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

 span { border-color: rgb(214,190,210); }

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