#D8B4CD

Color #D8B4CD French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #D8B4CD

Tints of French Lilac #D8B4CD

Color information

#D8B4CD (or 0xD8B4CD) is unknown color: approx French Lilac. HEX triplet: D8, B4 and CD. RGB value is (216,180,205). Sum of RGB (Red+Green+Blue) = 216+180+205=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B4CD is #274B32. Grayscale: #C1C1C1. Windows color (decimal): -2575155 or 13481176. OLE color: 13481176.

HSL color Cylindrical-coordinate representation of color #D8B4CD: hue angle of 318.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B4CD is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB216180205-
CMYK00.170.050.15
HSL318.33º31.58%77.65%-
HSV(B)318.33º16.67%84.71%-
XYZ55.6651.6564.79-
YUV193.61134.43143.97-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.94%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 205 (80.47% from 255) = 34.11%
R=35.94%
G=29.95%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618020500.170.050.15318.3331.5877.65
HexD8B4CD0115F13e204e
Octal33026431502151747640116
Binary11011000101101001100110101000110111111001111101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B4CD; }

 p { color: rgb(216,180,205); }

 H1.HeaderClassName
 {
   color: #D8B4CD;
 }
 .AnyTagClassName
 {
   color: #D8B4CD;
 }
</style>
background-color css

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

 a { background-color: rgb(216,180,205); }

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

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

 span { border-color: rgb(216,180,205); }

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