#D6B5CD

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

Shades of French Lilac #D6B5CD

Tints of French Lilac #D6B5CD

Color information

#D6B5CD (or 0xD6B5CD) is unknown color: approx French Lilac. HEX triplet: D6, B5 and CD. RGB value is (214,181,205). Sum of RGB (Red+Green+Blue) = 214+181+205=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5CD is #294A32. Grayscale: #C1C1C1. Windows color (decimal): -2705971 or 13481430. OLE color: 13481430.

HSL color Cylindrical-coordinate representation of color #D6B5CD: hue angle of 316.36º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B5CD is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214181205-
CMYK00.150.040.16
HSL316.36º28.7%77.45%-
HSV(B)316.36º15.42%83.92%-
XYZ55.2751.7564.83-
YUV193.6134.43142.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 181 (71.09% from 255) = 30.17%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=35.67%
G=30.17%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418120500.150.040.16316.3628.777.45
HexD6B5CD0F41013c1d4d
Octal32626531501742047435115
Binary1101011010110101110011010111110010000100111100111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B5CD; }

 p { color: rgb(214,181,205); }

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

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

 a { background-color: rgb(214,181,205); }

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

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

 span { border-color: rgb(214,181,205); }

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