#DCBED4

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

Shades of French Lilac #DCBED4

Tints of French Lilac #DCBED4

Color information

#DCBED4 (or 0xDCBED4) is unknown color: approx French Lilac. HEX triplet: DC, BE and D4. RGB value is (220,190,212). Sum of RGB (Red+Green+Blue) = 220+190+212=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBED4 is #23412B. Grayscale: #C9C9C9. Windows color (decimal): -2310444 or 13942492. OLE color: 13942492.

HSL color Cylindrical-coordinate representation of color #DCBED4: hue angle of 316º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBED4 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB220190212-
CMYK00.140.040.14
HSL316º30%80.39%-
HSV(B)316º13.64%86.27%-
XYZ59.8156.870.1-
YUV201.48133.94141.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.37%
GREEN value IS 190 (74.61% from 255) = 30.55%
BLUE value IS 212 (83.20% from 255) = 34.08%
R=35.37%
G=30.55%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019021200.140.040.143163080.39
HexDCBED40E4E13c1e50
Octal33427632401641647436120
Binary110111001011111011010100011101001110100111100111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBED4; }

 p { color: rgb(220,190,212); }

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

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

 a { background-color: rgb(220,190,212); }

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

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

 span { border-color: rgb(220,190,212); }

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