Html Css Color HEX #D7BCD3 French Lilac

📋 copy color: '#D7BCD3'

red 215 ◦ green 188 ◦ blue 211

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

Shades of French Lilac #D7BCD3

Tints of French Lilac #D7BCD3

RGB

 RED value IS 215 (84.38% from 255) = 35.02%

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

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

R = 35.02%
G = 30.62%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D7BCD3 (or 0xD7BCD3) is known color: French Lilac. HEX triplet: D7, BC and D3. RGB value is (215,188,211). Sum of RGB (Red+Green+Blue) = 215+188+211=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7BCD3 is #28432C. Grayscale: #C6C6C6. Windows color (decimal): -2638637 or 13876439. OLE color: 13876439.

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

Color convert

RGB 215 188 211 -
CMYK 0 0.13 0.02 0.16
HSL 308.89º 0.25% 0.79% -
HSV(B) 308.89º 0.13% 0.84% -
XYZ 57.77 55.12 69.22 -
YUV 198.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 215 188 211 0 0.13 0.02 0.16 308.89 0.25 0.79
Hex D7 BC D3 0 D 2 10 135 19 4F
Octal 327 274 323 0 15 2 20 465 31 117
Binary 11010111 10111100 11010011 0 1101 10 10000 100110101 11001 1001111

Color Harmonies of #D7BCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BCD3

Black with #D7BCD3

Text Example


Text Example

White with #D7BCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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