Html Css Color HEX #D6BCD0 French Lilac

📋 copy color: '#D6BCD0'

red 214 ◦ green 188 ◦ blue 208

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

Shades of French Lilac #D6BCD0

Tints of French Lilac #D6BCD0

RGB

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

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

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

R = 35.08%
G = 30.82%
B = 34.1%

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

#D6BCD0 (or 0xD6BCD0) is known color: French Lilac. HEX triplet: D6, BC and D0. RGB value is (214,188,208). Sum of RGB (Red+Green+Blue) = 214+188+208=610 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.08% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCD0 is #29432F. Grayscale: #C6C6C6. Windows color (decimal): -2704176 or 13679830. OLE color: 13679830.

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

Color convert

RGB 214 188 208 -
CMYK 0 0.12 0.03 0.16
HSL 313.85º 0.24% 0.79% -
HSV(B) 313.85º 0.12% 0.84% -
XYZ 57.1 54.82 67.25 -
YUV 198.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 214 188 208 0 0.12 0.03 0.16 313.85 0.24 0.79
Hex D6 BC D0 0 C 3 10 13A 18 4F
Octal 326 274 320 0 14 3 20 472 30 117
Binary 11010110 10111100 11010000 0 1100 11 10000 100111010 11000 1001111

Color Harmonies of #D6BCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BCD0

Black with #D6BCD0

Text Example


Text Example

White with #D6BCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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