Html Css Color HEX #D8B5D3 French Lilac

📋 copy color: '#D8B5D3'

red 216 ◦ green 181 ◦ blue 211

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

Shades of French Lilac #D8B5D3

Tints of French Lilac #D8B5D3

RGB

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

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

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

R = 35.53%
G = 29.77%
B = 34.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D8B5D3 (or 0xD8B5D3) is known color: French Lilac. HEX triplet: D8, B5 and D3. RGB value is (216,181,211). Sum of RGB (Red+Green+Blue) = 216+181+211=608 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.53% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 211 (82.81% from 255 or 34.70% from 608); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5D3 is #274A2C. Grayscale: #C2C2C2. Windows color (decimal): -2574893 or 13874648. OLE color: 13874648.

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

Color convert

RGB 216 181 211 -
CMYK 0 0.16 0.02 0.15
HSL 308.57º 0.31% 0.78% -
HSV(B) 308.57º 0.16% 0.85% -
XYZ 56.6 52.35 68.75 -
YUV 194.89 137.1 143.06 -
System Red Green Blue C M Y K H S L
Decimal 216 181 211 0 0.16 0.02 0.15 308.57 0.31 0.78
Hex D8 B5 D3 0 10 2 F 135 1F 4E
Octal 330 265 323 0 20 2 17 465 37 116
Binary 11011000 10110101 11010011 0 10000 10 1111 100110101 11111 1001110

Color Harmonies of #D8B5D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B5D3

Black with #D8B5D3

Text Example


Text Example

White with #D8B5D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B5D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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