#DFBDDC

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

Shades of French Lilac #DFBDDC

Tints of French Lilac #DFBDDC

Color information

#DFBDDC (or 0xDFBDDC) is unknown color: approx French Lilac. HEX triplet: DF, BD and DC. RGB value is (223,189,220). Sum of RGB (Red+Green+Blue) = 223+189+220=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDDC is #204223. Grayscale: #CACACA. Windows color (decimal): -2114084 or 14466527. OLE color: 14466527.

HSL color Cylindrical-coordinate representation of color #DFBDDC: hue angle of 305.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDDC is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB223189220-
CMYK00.150.010.13
HSL305.29º34.69%80.78%-
HSV(B)305.29º15.25%87.45%-
XYZ61.5557.2575.52-
YUV202.7137.76142.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.28%
GREEN value IS 189 (74.22% from 255) = 29.91%
BLUE value IS 220 (86.33% from 255) = 34.81%
R=35.28%
G=29.91%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22318922000.150.010.13305.2934.6980.78
HexDFBDDC0F1D1312351
Octal33727533401711546143121
Binary11011111101111011101110001111111011001100011000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDDC; }

 p { color: rgb(223,189,220); }

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

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

 a { background-color: rgb(223,189,220); }

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

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

 span { border-color: rgb(223,189,220); }

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