Html Css Color HEX #D8BAD5 French Lilac

📋 copy color: '#D8BAD5'

red 216 ◦ green 186 ◦ blue 213

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

Shades of French Lilac #D8BAD5

Tints of French Lilac #D8BAD5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.24%

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

R = 35.12%
G = 30.24%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D8BAD5 (or 0xD8BAD5) is known color: French Lilac. HEX triplet: D8, BA and D5. RGB value is (216,186,213). Sum of RGB (Red+Green+Blue) = 216+186+213=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 186 (73.05% from 255 or 30.24% from 615); Blue value is 213 (83.59% from 255 or 34.63% from 615); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BAD5 is #27452A. Grayscale: #C5C5C5. Windows color (decimal): -2573611 or 14007000. OLE color: 14007000.

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

Color convert

RGB 216 186 213 -
CMYK 0 0.14 0.01 0.15
HSL 306º 0.28% 0.79% -
HSV(B) 306º 0.14% 0.85% -
XYZ 57.89 54.52 70.42 -
YUV 198.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 216 186 213 0 0.14 0.01 0.15 306 0.28 0.79
Hex D8 BA D5 0 E 1 F 132 1C 4F
Octal 330 272 325 0 16 1 17 462 34 117
Binary 11011000 10111010 11010101 0 1110 1 1111 100110010 11100 1001111

Color Harmonies of #D8BAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BAD5

Black with #D8BAD5

Text Example


Text Example

White with #D8BAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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