Html Css Color HEX #D6BCD3 French Lilac

📋 copy color: '#D6BCD3'

red 214 ◦ green 188 ◦ blue 211

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

Shades of French Lilac #D6BCD3

Tints of French Lilac #D6BCD3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.67%

 BLUE value IS 211 (82.81% from 255) = 34.42%

R = 34.91%
G = 30.67%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D6BCD3 (or 0xD6BCD3) is known color: French Lilac. HEX triplet: D6, BC and D3. RGB value is (214,188,211). Sum of RGB (Red+Green+Blue) = 214+188+211=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCD3 is #29432C. Grayscale: #C6C6C6. Windows color (decimal): -2704173 or 13876438. OLE color: 13876438.

HSL color Cylindrical-coordinate representation of color #D6BCD3: hue angle of 306.92º degrees, saturation: 0.24, 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 #D6BCD3 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 188 211 -
CMYK 0 0.12 0.01 0.16
HSL 306.92º 0.24% 0.79% -
HSV(B) 306.92º 0.12% 0.84% -
XYZ 57.47 54.97 69.21 -
YUV 198.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 214 188 211 0 0.12 0.01 0.16 306.92 0.24 0.79
Hex D6 BC D3 0 C 1 10 133 18 4F
Octal 326 274 323 0 14 1 20 463 30 117
Binary 11010110 10111100 11010011 0 1100 1 10000 100110011 11000 1001111

Color Harmonies of #D6BCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCD3

Black with #D6BCD3

Text Example


Text Example

White with #D6BCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCD3; }

 p { color: rgb(214,188,211); }

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

background-color css

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

 a { background-color: rgb(214,188,211); }

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

border-color css

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

 span { border-color: rgb(214,188,211); }

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