Html Css Color HEX #D8BDD5 French Lilac

📋 copy color: '#D8BDD5'

red 216 ◦ green 189 ◦ blue 213

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

Shades of French Lilac #D8BDD5

Tints of French Lilac #D8BDD5

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.58%

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

R = 34.95%
G = 30.58%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8BDD5 (or 0xD8BDD5) is known color: French Lilac. HEX triplet: D8, BD and D5. RGB value is (216,189,213). Sum of RGB (Red+Green+Blue) = 216+189+213=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BDD5 is #27422A. Grayscale: #C7C7C7. Windows color (decimal): -2572843 or 14007768. OLE color: 14007768.

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

Color convert

RGB 216 189 213 -
CMYK 0 0.12 0.01 0.15
HSL 306.67º 0.26% 0.79% -
HSV(B) 306.67º 0.13% 0.85% -
XYZ 58.53 55.8 70.64 -
YUV 199.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 216 189 213 0 0.12 0.01 0.15 306.67 0.26 0.79
Hex D8 BD D5 0 C 1 F 133 1A 4F
Octal 330 275 325 0 14 1 17 463 32 117
Binary 11011000 10111101 11010101 0 1100 1 1111 100110011 11010 1001111

Color Harmonies of #D8BDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BDD5

Black with #D8BDD5

Text Example


Text Example

White with #D8BDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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