Html Css Color HEX #D8B5D5 French Lilac

📋 copy color: '#D8B5D5'

red 216 ◦ green 181 ◦ blue 213

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

Shades of French Lilac #D8B5D5

Tints of French Lilac #D8B5D5

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.67%

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

R = 35.41%
G = 29.67%
B = 34.92%

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

#D8B5D5 (or 0xD8B5D5) is known color: French Lilac. HEX triplet: D8, B5 and D5. RGB value is (216,181,213). Sum of RGB (Red+Green+Blue) = 216+181+213=610 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.41% from 610); Green value is 181 (71.09% from 255 or 29.67% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5D5 is #274A2A. Grayscale: #C3C3C3. Windows color (decimal): -2574891 or 14005720. OLE color: 14005720.

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

Color convert

RGB 216 181 213 -
CMYK 0 0.16 0.01 0.15
HSL 305.14º 0.31% 0.78% -
HSV(B) 305.14º 0.16% 0.85% -
XYZ 56.85 52.45 70.08 -
YUV 195.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 216 181 213 0 0.16 0.01 0.15 305.14 0.31 0.78
Hex D8 B5 D5 0 10 1 F 131 1F 4E
Octal 330 265 325 0 20 1 17 461 37 116
Binary 11011000 10110101 11010101 0 10000 1 1111 100110001 11111 1001110

Color Harmonies of #D8B5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B5D5

Black with #D8B5D5

Text Example


Text Example

White with #D8B5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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