Html Css Color HEX #D8BCD4 French Lilac

📋 copy color: '#D8BCD4'

red 216 ◦ green 188 ◦ blue 212

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

Shades of French Lilac #D8BCD4

Tints of French Lilac #D8BCD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.42%

R = 35.06%
G = 30.52%
B = 34.42%

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

#D8BCD4 (or 0xD8BCD4) is known color: French Lilac. HEX triplet: D8, BC and D4. RGB value is (216,188,212). Sum of RGB (Red+Green+Blue) = 216+188+212=616 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.06% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 212 (83.20% from 255 or 34.42% from 616); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCD4 is #27432B. Grayscale: #C7C7C7. Windows color (decimal): -2573100 or 13941976. OLE color: 13941976.

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

Color convert

RGB 216 188 212 -
CMYK 0 0.13 0.02 0.15
HSL 308.57º 0.26% 0.79% -
HSV(B) 308.57º 0.13% 0.85% -
XYZ 58.19 55.32 69.9 -
YUV 199.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 216 188 212 0 0.13 0.02 0.15 308.57 0.26 0.79
Hex D8 BC D4 0 D 2 F 135 1A 4F
Octal 330 274 324 0 15 2 17 465 32 117
Binary 11011000 10111100 11010100 0 1101 10 1111 100110101 11010 1001111

Color Harmonies of #D8BCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8BCD4

Black with #D8BCD4

Text Example


Text Example

White with #D8BCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8BCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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