#DCB8D5

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

Shades of French Lilac #DCB8D5

Tints of French Lilac #DCB8D5

Color information

#DCB8D5 (or 0xDCB8D5) is unknown color: approx French Lilac. HEX triplet: DC, B8 and D5. RGB value is (220,184,213). Sum of RGB (Red+Green+Blue) = 220+184+213=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 184 (72.27% from 255 or 29.82% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8D5 is #23472A. Grayscale: #C5C5C5. Windows color (decimal): -2311979 or 14006492. OLE color: 14006492.

HSL color Cylindrical-coordinate representation of color #DCB8D5: hue angle of 311.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB8D5 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220184213-
CMYK00.160.030.14
HSL311.67º33.96%79.22%-
HSV(B)311.67º16.36%86.27%-
XYZ58.6754.370.34-
YUV198.07136.43143.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.66%
GREEN value IS 184 (72.27% from 255) = 29.82%
BLUE value IS 213 (83.59% from 255) = 34.52%
R=35.66%
G=29.82%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018421300.160.030.14311.6733.9679.22
HexDCB8D50103E138224f
Octal33427032502031647042117
Binary1101110010111000110101010100001111101001110001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8D5; }

 p { color: rgb(220,184,213); }

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

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

 a { background-color: rgb(220,184,213); }

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

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

 span { border-color: rgb(220,184,213); }

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