#D0B7CD

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

Shades of French Lilac #D0B7CD

Tints of French Lilac #D0B7CD

Color information

#D0B7CD (or 0xD0B7CD) is unknown color: approx French Lilac. HEX triplet: D0, B7 and CD. RGB value is (208,183,205). Sum of RGB (Red+Green+Blue) = 208+183+205=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B7CD is #2F4832. Grayscale: #C0C0C0. Windows color (decimal): -3098675 or 13481936. OLE color: 13481936.

HSL color Cylindrical-coordinate representation of color #D0B7CD: hue angle of 307.2º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B7CD is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB208183205-
CMYK00.120.010.18
HSL307.2º21.01%76.67%-
HSV(B)307.2º12.02%81.57%-
XYZ53.9751.6864.89-
YUV192.98134.78138.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 183 (71.88% from 255) = 30.70%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=34.90%
G=30.70%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818320500.120.010.18307.221.0176.67
HexD0B7CD0C112133154d
Octal32026731501412246325115
Binary11010000101101111100110101100110010100110011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B7CD; }

 p { color: rgb(208,183,205); }

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

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

 a { background-color: rgb(208,183,205); }

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

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

 span { border-color: rgb(208,183,205); }

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