Html Css Color HEX #D8B6D5 French Lilac

📋 copy color: '#D8B6D5'

red 216 ◦ green 182 ◦ blue 213

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

Shades of French Lilac #D8B6D5

Tints of French Lilac #D8B6D5

RGB

 RED value IS 216 (84.77% from 255) = 35.35%

 GREEN value IS 182 (71.48% from 255) = 29.79%

 BLUE value IS 213 (83.59% from 255) = 34.86%

R = 35.35%
G = 29.79%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8B6D5 (or 0xD8B6D5) is known color: French Lilac. HEX triplet: D8, B6 and D5. RGB value is (216,182,213). Sum of RGB (Red+Green+Blue) = 216+182+213=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 182 (71.48% from 255 or 29.79% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B6D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B6D5 is #27492A. Grayscale: #C3C3C3. Windows color (decimal): -2574635 or 14005976. OLE color: 14005976.

HSL color Cylindrical-coordinate representation of color #D8B6D5: hue angle of 305.29º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B6D5 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 182 213 -
CMYK 0 0.16 0.01 0.15
HSL 305.29º 0.3% 0.78% -
HSV(B) 305.29º 0.16% 0.85% -
XYZ 57.06 52.86 70.15 -
YUV 195.7 137.76 142.48 -
System Red Green Blue C M Y K H S L
Decimal 216 182 213 0 0.16 0.01 0.15 305.29 0.3 0.78
Hex D8 B6 D5 0 10 1 F 131 1E 4E
Octal 330 266 325 0 20 1 17 461 36 116
Binary 11011000 10110110 11010101 0 10000 1 1111 100110001 11110 1001110

Color Harmonies of #D8B6D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B6D5

Black with #D8B6D5

Text Example


Text Example

White with #D8B6D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B6D5; }

 p { color: rgb(216,182,213); }

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

background-color css

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

 a { background-color: rgb(216,182,213); }

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

border-color css

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

 span { border-color: rgb(216,182,213); }

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