Html Css Color HEX #D8BCD3 French Lilac

📋 copy color: '#D8BCD3'

red 216 ◦ green 188 ◦ blue 211

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

Shades of French Lilac #D8BCD3

Tints of French Lilac #D8BCD3

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.57%

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

R = 35.12%
G = 30.57%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D8BCD3 (or 0xD8BCD3) is known color: French Lilac. HEX triplet: D8, BC and D3. RGB value is (216,188,211). Sum of RGB (Red+Green+Blue) = 216+188+211=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCD3 is #27432C. Grayscale: #C6C6C6. Windows color (decimal): -2573101 or 13876440. OLE color: 13876440.

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

Color convert

RGB 216 188 211 -
CMYK 0 0.13 0.02 0.15
HSL 310.71º 0.26% 0.79% -
HSV(B) 310.71º 0.13% 0.85% -
XYZ 58.06 55.27 69.24 -
YUV 198.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 216 188 211 0 0.13 0.02 0.15 310.71 0.26 0.79
Hex D8 BC D3 0 D 2 F 137 1A 4F
Octal 330 274 323 0 15 2 17 467 32 117
Binary 11011000 10111100 11010011 0 1101 10 1111 100110111 11010 1001111

Color Harmonies of #D8BCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BCD3

Black with #D8BCD3

Text Example


Text Example

White with #D8BCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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