Html Css Color HEX #D6BDD0 French Lilac

📋 copy color: '#D6BDD0'

red 214 ◦ green 189 ◦ blue 208

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

Shades of French Lilac #D6BDD0

Tints of French Lilac #D6BDD0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.93%

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

R = 35.02%
G = 30.93%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D6BDD0 (or 0xD6BDD0) is known color: French Lilac. HEX triplet: D6, BD and D0. RGB value is (214,189,208). Sum of RGB (Red+Green+Blue) = 214+189+208=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BDD0 is #29422F. Grayscale: #C6C6C6. Windows color (decimal): -2703920 or 13680086. OLE color: 13680086.

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

Color convert

RGB 214 189 208 -
CMYK 0 0.12 0.03 0.16
HSL 314.4º 0.23% 0.79% -
HSV(B) 314.4º 0.12% 0.84% -
XYZ 57.31 55.25 67.32 -
YUV 198.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 214 189 208 0 0.12 0.03 0.16 314.4 0.23 0.79
Hex D6 BD D0 0 C 3 10 13A 17 4F
Octal 326 275 320 0 14 3 20 472 27 117
Binary 11010110 10111101 11010000 0 1100 11 10000 100111010 10111 1001111

Color Harmonies of #D6BDD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDD0

Black with #D6BDD0

Text Example


Text Example

White with #D6BDD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDD0; }

 p { color: rgb(214,189,208); }

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

background-color css

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

 a { background-color: rgb(214,189,208); }

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

border-color css

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

 span { border-color: rgb(214,189,208); }

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